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