Automated Manifest Update (#2323)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2323
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2323.
This commit is contained in:
2025-12-09 03:06:55 +00:00
committed by Alex Lebens
parent f8cbebd2c4
commit d76b526988
3 changed files with 17 additions and 3 deletions

View File

@@ -24,6 +24,6 @@ spec:
backendRefs: backendRefs:
- group: '' - group: ''
kind: Service kind: Service
name: seerr name: seerr-seerr-chart
port: 80 port: 80
weight: 100 weight: 100

View File

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

View File

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