1234567891011121314151617181920212223 |
- # 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: []
- volumes: []
- # Probes
- # Liveness Probe
- livenessProbe: null
|