# Default values for pgadmin. replicaCount: 1 image: repository: dpage/pgadmin4 tag: 4.15 pullPolicy: IfNotPresent service: type: ClusterIP port: 80 ingress: enabled: false annotations: {} # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" hosts: - host: chart-example.local paths: [] tls: [] # - secretName: chart-example-tls # hosts: # - chart-example.local ## pgAdmin startup configuration ## Values in here get injected as environment variables ## env: email: chart@example.local password: SuperSecret persistence: enabled: true annotations: { volume.alpha.kubernetes.io/storage-class: default } ## If defined, storageClassName: ## If set to "-", storageClassName: "", which disables dynamic provisioning ## If undefined (the default) or set to null, no storageClassName spec is ## set, choosing the default provisioner. (gp2 on AWS, standard on ## GKE, AWS & OpenStack) ## # storageClass: "" accessMode: ReadWriteOnce size: 10Gi # existingClaim: "" resources: {} # limits: # cpu: 100m # memory: 128Mi # requests: # cpu: 100m # memory: 128Mi nodeSelector: {} tolerations: [] affinity: {}