Skip to content

Commit

Permalink
feat(container): update ghcr.io/cross-seed/cross-seed (6.1.1 → 6.2.0) (
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-blake[bot] authored and buroa committed Dec 13, 2024
1 parent a158498 commit 26ba6b8
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions kubernetes/apps/media/cross-seed/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
app:
image:
repository: ghcr.io/cross-seed/cross-seed
tag: 6.1.1@sha256:5cb54b46a614f362c0332a91e5754d6998d45ae27ccc2c77b04b1a3493816331
tag: 6.2.0@sha256:da47b009ee166da47aa691d0963d581c717fbbd4e7e48a260451414e465b0f5f
args:
- daemon
env:
Expand All @@ -40,10 +40,18 @@ spec:
- secretRef:
name: cross-seed-secret
probes:
liveness:
enabled: true
readiness:
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /api/ping
port: *port
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readiness: *probes
resources:
requests:
cpu: 10m
Expand Down

0 comments on commit 26ba6b8

Please sign in to comment.