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