TrueChartsClone/test/ix-chart/2010.0.2/values.yaml

39 lines
691 B
YAML
Raw Normal View History

# Default values for ix-chart.
image:
repository: debian
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
2020-11-26 16:06:23 +00:00
# Restart / Update policy
restartPolicy: Always
updateStrategy: RollingUpdate
# Container CMD / entrypoint
containerCommand: []
containerArgs: []
containerEnvironmentVariables: []
# Network related configuration
externalInterfaces: []
2020-11-26 16:06:23 +00:00
portForwardingList: []
hostNetwork: false
dnsPolicy: Default
dnsConfig:
nameservers: []
searches: []
# Storage related configuration
hostPathVolumes: []
2020-10-09 16:38:22 +00:00
volumes: []
# Probes
# Liveness Probe
livenessProbe: null
2020-11-26 16:06:23 +00:00
# Workload type
workloadType: "Deployment"
gpuConfiguration: {}