update update strategy for services
This commit is contained in:
2
apps/gitea/env/k3s-cluster/values.yaml
vendored
2
apps/gitea/env/k3s-cluster/values.yaml
vendored
@@ -1,4 +1,6 @@
|
|||||||
namespaceOverride: "gitea"
|
namespaceOverride: "gitea"
|
||||||
|
updateStrategy:
|
||||||
|
type: Recreate
|
||||||
podAntiAffinityPreset: ""
|
podAntiAffinityPreset: ""
|
||||||
adminUsername: "gitea_admin"
|
adminUsername: "gitea_admin"
|
||||||
adminEmail: "edward@cheng.sydney"
|
adminEmail: "edward@cheng.sydney"
|
||||||
|
|||||||
2
apps/sonarqube/env/k3s-cluster/values.yaml
vendored
2
apps/sonarqube/env/k3s-cluster/values.yaml
vendored
@@ -15,6 +15,8 @@ podSecurityContext:
|
|||||||
containerSecurityContext:
|
containerSecurityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
|
updateStrategy:
|
||||||
|
type: Recreate
|
||||||
service:
|
service:
|
||||||
ports:
|
ports:
|
||||||
http: 8090
|
http: 8090
|
||||||
|
|||||||
@@ -8,6 +8,8 @@ auth:
|
|||||||
- edward
|
- edward
|
||||||
- anysync
|
- anysync
|
||||||
existingSecret: "mongodb-secrets"
|
existingSecret: "mongodb-secrets"
|
||||||
|
updateStrategy:
|
||||||
|
type: Recreate
|
||||||
automountServiceAccountToken: true
|
automountServiceAccountToken: true
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
|
|||||||
Reference in New Issue
Block a user