Files
home-cluster-ops/infrastructures/mongodb/env/k3s-cluster/values.yaml
2024-08-26 15:40:36 +10:00

36 lines
721 B
YAML

global:
namespaceOverride: "mongodb"
auth:
usernames:
- edward
- anysync
databases:
- edward
- anysync
existingSecret: "mongodb-secrets"
updateStrategy:
type: Recreate
automountServiceAccountToken: true
nodeSelector:
kubernetes.io/arch: amd64
containerSecurityContext:
runAsUser: 1000
runAsGroup: 1000
podSecurityContext:
fsGroup: 1000
startupProbe:
enabled: true
service:
type: LoadBalancer
annotations:
metallb.universe.tf/address-pool: k3s-cluster-ip-pool
metallb.universe.tf/allow-shared-ip: k3s-cluster
persistence:
existingClaim: "mongodb-pvc"
persistentVolumeClaimRetentionPolicy:
enabled: true
serviceAccount:
create: true
name: mongodb
rbac:
create: true