# SPDX-License-Identifier: AGPL-3.0-or-later # # Live user-supplied values for the fluxer-admin-stable release as of 2026-06-03T19:37:50Z. # Captured via: helm -n fluxer get values fluxer-admin-stable # Apply with: helm upgrade fluxer-admin-stable deploy/helm/admin -f deploy/helm/admin/values.yaml -f deploy/helm/admin/values.stable.prod.yaml app: build: channel: stable version: "" image: fluxer-admin name: admin port: 8080 replicas: 2 minReadySeconds: 10 rollingUpdate: maxSurge: 1 maxUnavailable: 0 terminationGracePeriodSeconds: 60 startupProbe: enabled: true path: /_health periodSeconds: 5 timeoutSeconds: 2 failureThreshold: 24 resources: limits: memory: 512Mi requests: cpu: 100m memory: 256Mi tag: "" global: imagePullSecret: ghcr-pull-secret namespace: fluxer registry: "" envFrom: - secretRef: name: fluxer-runtime-env-stable pdb: minAvailable: 50%