Files
truecharts/test/ix-chart/2010.0.2/values.yaml
T
Waqar Ahmed 58f226c624 Do not specify hostportslist when update strategy is rolling update
We should not specify a default value for host ports list as the attribute is not allowed when update strategy is rolling update which is the default.

Closes truenas/charts#6
2020-11-30 18:45:55 +05:00

41 lines
709 B
YAML

# Default values for ix-chart.
image:
repository: debian
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "testing"
# Restart / Update policy
restartPolicy: Always
updateStrategy: RollingUpdate
# Container CMD / entrypoint
containerCommand:
- sleep
containerArgs:
- infinity
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: {}