charts/charts/stable/omada-controller/values.yaml
renovate[bot] 2b32f7ee83
[chart] Update Helm chart common to v2 (#711)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Devin Buhl <devin.kray@gmail.com>
2021-03-23 14:49:06 +01:00

33 lines
606 B
YAML

#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image:
repository: mbentley/omada-controller
pullPolicy: IfNotPresent
tag: 4.2
strategy:
type: Recreate
# See more environment variables in the omada-controller documentation
# https://github.com/mbentley/docker-omada-controller
env: {}
# TZ:
service:
port:
port: 8043
ingress:
enabled: false
persistence:
data:
enabled: false
emptyDir:
enabled: false