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.
|
|
|
|
tag: "testing"
|
|
|
|
|
|
|
|
# Container CMD / entrypoint
|
|
|
|
containerCommand: []
|
|
|
|
containerArgs: []
|
|
|
|
containerEnvironmentVariables: []
|
|
|
|
|
|
|
|
# Network related configuration
|
|
|
|
externalInterfaces: []
|
|
|
|
|
|
|
|
# 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
|