From d76b52698804ebee5865ca153d830836c9e664b2 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 9 Dec 2025 03:06:55 +0000 Subject: [PATCH] Automated Manifest Update (#2323) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2323 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- .../seerr/HTTPRoute-http-route-seerr.yaml | 2 +- ...entVolumeClaim-seerr-seerr-chart-config.yaml | 1 + .../seerr/StatefulSet-seerr-seerr-chart.yaml | 17 +++++++++++++++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/manifests/seerr/HTTPRoute-http-route-seerr.yaml b/clusters/cl01tl/manifests/seerr/HTTPRoute-http-route-seerr.yaml index 15c131965..99db70fff 100644 --- a/clusters/cl01tl/manifests/seerr/HTTPRoute-http-route-seerr.yaml +++ b/clusters/cl01tl/manifests/seerr/HTTPRoute-http-route-seerr.yaml @@ -24,6 +24,6 @@ spec: backendRefs: - group: '' kind: Service - name: seerr + name: seerr-seerr-chart port: 80 weight: 100 diff --git a/clusters/cl01tl/manifests/seerr/PersistentVolumeClaim-seerr-seerr-chart-config.yaml b/clusters/cl01tl/manifests/seerr/PersistentVolumeClaim-seerr-seerr-chart-config.yaml index 26397bab8..16b62d5d1 100644 --- a/clusters/cl01tl/manifests/seerr/PersistentVolumeClaim-seerr-seerr-chart-config.yaml +++ b/clusters/cl01tl/manifests/seerr/PersistentVolumeClaim-seerr-seerr-chart-config.yaml @@ -13,6 +13,7 @@ metadata: spec: accessModes: - ReadWriteOnce + storageClassName: ceph-block resources: requests: storage: "5Gi" diff --git a/clusters/cl01tl/manifests/seerr/StatefulSet-seerr-seerr-chart.yaml b/clusters/cl01tl/manifests/seerr/StatefulSet-seerr-seerr-chart.yaml index d3f5f67c5..15722e587 100644 --- a/clusters/cl01tl/manifests/seerr/StatefulSet-seerr-seerr-chart.yaml +++ b/clusters/cl01tl/manifests/seerr/StatefulSet-seerr-seerr-chart.yaml @@ -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