Files
Paul Rostorp 7f742bb8ce [stable/kube-ops-view] add environment variables (#23409)
* Added environment variables to kube-ops-view

Signed-off-by: Paul Rostorp <paul.rostorp@letsbuild.com>

* update chart version

Signed-off-by: Paul Rostorp <paul.rostorp@letsbuild.com>

* add env to readme

Signed-off-by: Paul Rostorp <paul.rostorp@letsbuild.com>
2020-09-01 14:41:07 -07:00

64 lines
1.3 KiB
YAML

# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: hjacobs/kube-ops-view
tag: 20.4.0
pullPolicy: IfNotPresent
service:
# annotations:
# service.beta.kubernetes.io/aws-load-balancer-internal: "0.0.0.0/0"
# labels:
# key: value
type: ClusterIP
externalPort: 80
internalPort: 8080
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 80m
memory: 64Mi
ingress:
enabled: false
path: /
hostname: kube-ops-view.local
annotations: {}
# kubernetes.io/ingress.class: nginx
tls: []
## Secrets must be manually created in the namespace
# - secretName: kube-ops-view.local-tls
# hosts:
# - kube-ops-view.local
rbac:
# If true, create & use RBAC resources
create: false
# Ignored if rbac.create is true
serviceAccountName: default
## Additional pod labels
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
podLabels: {}
affinity: {}
nodeSelector: {}
tolerations: []
# pass env vars like this: helm [...] --set env.ENV_NAME=env_value,env.ENV_NAME2=env_value2
env: {}
# Add securityContext
securityContext: {}
# Add securityContext at pod level:
podSecurityContext: {}
# Defaults for Redis
redis:
enabled: false
usePassword: false
cluster:
enabled: false
master:
persistence:
enabled: false