update resources for gitea and sonarqube
This commit is contained in:
4
apps/gitea/env/k3s-cluster/values.yaml
vendored
4
apps/gitea/env/k3s-cluster/values.yaml
vendored
@@ -13,6 +13,7 @@ smtpUser: "me@edward.sydney"
|
||||
smtpExistingSecret: "gitea-secrets"
|
||||
persistence:
|
||||
existingClaim: "gitea-pvc"
|
||||
resourcesPreset: "xlarge"
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
containerSecurityContext:
|
||||
@@ -38,3 +39,6 @@ externalDatabase:
|
||||
user: "gitea_user"
|
||||
existingSecret: "gitea-secrets"
|
||||
existingSecretPasswordKey: "db-password"
|
||||
nodeSelector:
|
||||
kubernetes.io/os: linux
|
||||
kubernetes.io/arch: amd64
|
||||
1
apps/sonarqube/env/k3s-cluster/values.yaml
vendored
1
apps/sonarqube/env/k3s-cluster/values.yaml
vendored
@@ -12,6 +12,7 @@ smtpPort: "587"
|
||||
smtpUser: "me@edward.sydney"
|
||||
smtpProtocol: "TLS"
|
||||
smtpExistingSecret: "sonarqube-secrets"
|
||||
resourcesPreset: "2xlarge"
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
containerSecurityContext:
|
||||
|
||||
Reference in New Issue
Block a user