Skip to content

Commit

Permalink
chore(cross-seed): remove search job
Browse files Browse the repository at this point in the history
  • Loading branch information
zebernst committed Feb 16, 2025
1 parent 64cf7d8 commit 06fc661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/apps/downloads/cross-seed/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
httpGet:
path: /api/ping
port: *port
initialDelaySeconds: 60
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 3
Expand All @@ -66,7 +66,7 @@ spec:
requests:
cpu: 10m
limits:
memory: 512Mi
memory: 256Mi

defaultPodOptions:
securityContext:
Expand Down

0 comments on commit 06fc661

Please sign in to comment.