mirror of
https://github.com/helm/charts.git
synced 2026-08-21 05:17:23 +00:00
* [stable/pgadmin] Update image v4.13 to v4.14 Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com> * [stable/pgadmin] Update image v4.13 to v4.14 Forgot to update the README.md with the new version Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
65 lines
1.2 KiB
YAML
65 lines
1.2 KiB
YAML
# Default values for pgadmin.
|
|
|
|
replicaCount: 1
|
|
|
|
image:
|
|
repository: dpage/pgadmin4
|
|
tag: 4.14
|
|
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: <storageClass>
|
|
## 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: {}
|