Compare commits

...

2 Commits

Author SHA1 Message Date
4fc2ccdaa2 Merge pull request 'fix: Recreate strategy for RWO PVC + cleanup GITEA_ADMIN_TOKEN' (#242) from fix/paas-portal-recreate-strategy into main 2026-02-24 22:02:06 +01:00
claude
400d3c0443 fix: use Recreate strategy + remove unused GITEA_ADMIN_TOKEN
All checks were successful
AI Review / AI Code Review (pull_request) Successful in 3s
PR Checks / Validate & Security Scan (pull_request) Successful in 10s
2026-02-24 22:01:52 +01:00

View File

@ -6,6 +6,8 @@ metadata:
{{- include "paas-portal.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
strategy:
type: Recreate
selector:
matchLabels:
{{- include "paas-portal.selectorLabels" . | nindent 6 }}
@ -62,11 +64,6 @@ spec:
secretKeyRef:
name: {{ .Values.secretName }}
key: gitea-token
- name: GITEA_ADMIN_TOKEN
valueFrom:
secretKeyRef:
name: {{ .Values.secretName }}
key: gitea-admin-token
- name: KEYCLOAK_CLIENT_SECRET
valueFrom:
secretKeyRef: