replicaCount: 1 image: repository: todo pullPolicy: Never serviceAccount: create: true service: type: NodePort port: 80 ingress: enabled: false postgresql: # postgresqlPassword: postgres global: postgresql: {} image: registry: docker.io repository: bitnami/postgresql tag: 12.3.0-debian-10-r74 pullPolicy: IfNotPresent debug: false volumePermissions: enabled: true image: registry: docker.io repository: bitnami/minideb tag: stretch pullPolicy: IfNotPresent securityContext: runAsUser: 0 securityContext: enabled: true fsGroup: 1001 runAsUser: 1001 serviceAccount: enabled: true replication: enabled: false postgresqlDataDir: /bitnami/postgresql/data ldap: enabled: false service: type: ClusterIP port: 5432 shmVolume: enabled: true persistence: enabled: true mountPath: /bitnami/postgresql subPath: "" accessModes: - ReadWriteOnce size: 4Gi annotations: {} updateStrategy: type: RollingUpdate resources: requests: memory: 256Mi cpu: 250m networkPolicy: enabled: false allowExternal: true livenessProbe: enabled: true initialDelaySeconds: 30 periodSeconds: 10 timeoutSeconds: 5 failureThreshold: 6 successThreshold: 1 readinessProbe: enabled: true initialDelaySeconds: 5 periodSeconds: 10 timeoutSeconds: 5 failureThreshold: 6 successThreshold: 1 metrics: enabled: false