mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Adding auth options, based on env vars Imported from app, https://github.com/lmenezes/cerebro/blob/f2ed031fd89258c6ad85d40d846f5ff1f610fe73/conf/application.conf Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com> * Ability to use env vars from a secret reference Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com> * Update README with more info Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com> * Verison bump - new functionality Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com> * Update stable/cerebro/Chart.yaml Co-Authored-By: David J. M. Karlsen <davidkarlsen@gmail.com> Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com>
68 lines
1.3 KiB
YAML
68 lines
1.3 KiB
YAML
replicaCount: 1
|
|
revisionHistoryLimit: 3
|
|
|
|
image:
|
|
repository: lmenezes/cerebro
|
|
# Note: when updating the version, ensure `config` and the ConfigMap are kept
|
|
# in sync with the default configuration of the upstream image
|
|
tag: 0.8.3
|
|
pullPolicy: IfNotPresent
|
|
|
|
init:
|
|
image:
|
|
repository: docker.io/busybox
|
|
tag: musl
|
|
pullPolicy: IfNotPresent
|
|
|
|
## Optionally specify an array of imagePullSecrets.
|
|
## Secrets must be manually created in the namespace.
|
|
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
|
##
|
|
# pullSecrets:
|
|
# - myRegistrKeySecretName
|
|
|
|
deployment:
|
|
annotations: {}
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 80
|
|
annotations: {}
|
|
labels: {}
|
|
|
|
ingress:
|
|
enabled: false
|
|
annotations: {}
|
|
# kubernetes.io/ingress.class: nginx
|
|
# kubernetes.io/tls-acme: "true"
|
|
labels: {}
|
|
path: /
|
|
hosts:
|
|
- chart-example.local
|
|
tls: []
|
|
# - secretName: chart-example-tls
|
|
# hosts:
|
|
# - chart-example.local
|
|
|
|
resources: {}
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|
|
|
|
# Reference to a Secret object with environment variables
|
|
# envFromSecretRef: 'my-secret-ref'
|
|
|
|
config:
|
|
basePath: '/'
|
|
restHistorySize: 50
|
|
hosts: []
|
|
# - host:
|
|
# name:
|
|
|
|
# Secret used to sign session cookies. If empty it will be replaced with a
|
|
# random 64 length string
|
|
secret: ''
|