Merge pull request #788 from 3dwardch3ng/misc

update update strategy for services
This commit is contained in:
2024-08-13 10:18:34 +10:00
committed by GitHub
3 changed files with 6 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
namespaceOverride: "gitea"
updateStrategy:
type: Recreate
podAntiAffinityPreset: ""
adminUsername: "gitea_admin"
adminEmail: "edward@cheng.sydney"

View File

@@ -15,6 +15,8 @@ podSecurityContext:
containerSecurityContext:
runAsUser: 1000
runAsGroup: 1000
updateStrategy:
type: Recreate
service:
ports:
http: 8090

View File

@@ -8,6 +8,8 @@ auth:
- edward
- anysync
existingSecret: "mongodb-secrets"
updateStrategy:
type: Recreate
automountServiceAccountToken: true
nodeSelector:
kubernetes.io/arch: amd64