update resources for gitea and sonarqube
This commit is contained in:
6
apps/gitea/env/k3s-cluster/values.yaml
vendored
6
apps/gitea/env/k3s-cluster/values.yaml
vendored
@@ -13,6 +13,7 @@ smtpUser: "me@edward.sydney"
|
|||||||
smtpExistingSecret: "gitea-secrets"
|
smtpExistingSecret: "gitea-secrets"
|
||||||
persistence:
|
persistence:
|
||||||
existingClaim: "gitea-pvc"
|
existingClaim: "gitea-pvc"
|
||||||
|
resourcesPreset: "xlarge"
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
containerSecurityContext:
|
containerSecurityContext:
|
||||||
@@ -37,4 +38,7 @@ externalDatabase:
|
|||||||
host: "postgresql-primary.argocd.svc.cluster.local"
|
host: "postgresql-primary.argocd.svc.cluster.local"
|
||||||
user: "gitea_user"
|
user: "gitea_user"
|
||||||
existingSecret: "gitea-secrets"
|
existingSecret: "gitea-secrets"
|
||||||
existingSecretPasswordKey: "db-password"
|
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"
|
smtpUser: "me@edward.sydney"
|
||||||
smtpProtocol: "TLS"
|
smtpProtocol: "TLS"
|
||||||
smtpExistingSecret: "sonarqube-secrets"
|
smtpExistingSecret: "sonarqube-secrets"
|
||||||
|
resourcesPreset: "2xlarge"
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
containerSecurityContext:
|
containerSecurityContext:
|
||||||
|
|||||||
Reference in New Issue
Block a user