mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
2b32f7ee83
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Devin Buhl <devin.kray@gmail.com>
34 lines
615 B
YAML
34 lines
615 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: ${CHARTNAME}/${CHARTNAME}
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.0.0
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
# See more environment variables in the ${CHARTNAME} documentation
|
|
# https://${CHARTNAME}.org/docs
|
|
env: {}
|
|
# TZ:
|
|
|
|
service:
|
|
port:
|
|
port: 1880
|
|
|
|
ingress:
|
|
enabled: false
|
|
|
|
# persistence:
|
|
# data:
|
|
# enabled: false
|
|
# emptyDir:
|
|
# enabled: false
|
|
# mountPath: /data
|