/
githubmirror
/
charts
Обзор
Документация
Войти
/
githubmirror
/
charts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
stable/hackmd/values.yaml
89 строк
2 KB
Robert Brennan
Update postgres values (#20622)
17 июн 2020, 18:44
Не верифицирован
17 июн 2020, 18:44
dd4724a
Код
Авторство
О чём код?
# Default values for hackmd. # This is a YAML-formatted file. # Declare variables to be passed into your templates. replicaCount: 1 deploymentStrategy: RollingUpdate image: repository: hackmdio/hackmd tag: 1.3.0-alpine pullPolicy: IfNotPresent service: name: hackmd type: ClusterIP port: 3000 ingress: enabled: false annotations: {} # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" path: / hosts: - chart-example.local tls: [] # - secretName: chart-example-tls # hosts: # - chart-example.local resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. # limits: # cpu: 100m # memory: 128Mi # requests: # cpu: 100m # memory: 128Mi persistence: enabled: true ## hackmd data Persistent Volume access modes ## Must match those of existing PV or dynamic provisioner ## Ref: http://kubernetes.io/docs/user-guide/persistent-volumes/ ## accessModes: - ReadWriteOnce annotations: {} existingClaim: "" size: 2Gi ## A manually managed Persistent Volume and Claim ## Requires persistence.enabled: true ## If defined, PVC must be created manually before volume will be bound # existingClaim: ## database data Persistent Volume Storage Class ## 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: "-" podAnnotations: {} extraVars: [] nodeSelector: {} tolerations: [] affinity: {} ## Configuration values for the postgresql dependency. ## ref: https://github.com/kubernetes/charts/blob/master/stable/postgresql/README.md ## postgresql: install: true image: tag: "9.6" postgresqlUsername: "hackmd" postgresqlDatabase: "hackmd" ## Default: random 10 character string # postgresqlPassword: