mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
34bbd3e3da
* [template] Move template chart to outer folder * Revert workflow change
25 lines
392 B
YAML
25 lines
392 B
YAML
# Default values for ${CHARTNAME}.
|
|
|
|
image:
|
|
repository: ${CHARTNAME}/${CHARTNAME}
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.2.5
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
# See more environment varaibles in the ${CHARTNAME} documentation
|
|
# https://${CHARTNAME}.org/docs
|
|
env: {}
|
|
# TZ:
|
|
|
|
service:
|
|
port:
|
|
port: 1880
|
|
|
|
# persistence:
|
|
# data:
|
|
# enabled: false
|
|
# emptyDir: false
|
|
# mountPath: /data
|