chore: Update manifests after change

This commit is contained in:
2025-12-09 03:05:10 +00:00
parent 466b5ef4cd
commit 194af2a637
2 changed files with 16 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ metadata:
spec:
accessModes:
- ReadWriteOnce
storageClassName: ceph-block
resources:
requests:
storage: "5Gi"

View File

@@ -44,7 +44,7 @@ spec:
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/seerr-team/seerr:3.0.0"
image: "ghcr.io/seerr-team/seerr:develop@sha256:f96deeef25cfb7bb0ecaa90f324bf6dfb66a844e8ed38501764f4d982a152280"
imagePullPolicy: IfNotPresent
ports:
- name: http
@@ -54,11 +54,24 @@ spec:
httpGet:
path: /
port: http
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 5
readinessProbe:
httpGet:
path: /
port: http
resources: {}
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 5
resources:
requests:
cpu: 10m
memory: 128Mi
volumeMounts:
- name: config
mountPath: /app/config