Files
truecharts/charts/ix-chart/2009.0.1/values.yaml
T
2020-10-07 17:34:18 +05:00

31 lines
551 B
YAML

# Default values for ix-chart.
image:
repository: debian
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "testing"
# Update strategy
updateStrategy: "RollingUpdate"
# Restart Policy
restartPolicy: "Always"
# Container CMD / entrypoint
containerCommand: []
containerArgs: []
containerEnvironmentVariables: []
# Network related configuration
externalInterfaces: []
# Storage related configuration
hostPathVolumes: []
persistentVolumeClaims: []
# Probes
# Liveness Probe
livenessProbe: null