Add reasonable defaults

This commit is contained in:
Waqar Ahmed 2020-11-26 21:06:23 +05:00
parent 48e553b4f8
commit 7fed1fd056
1 changed files with 20 additions and 2 deletions

View File

@ -6,13 +6,26 @@ image:
# Overrides the image tag whose default is the chart appVersion.
tag: "testing"
# Restart / Update policy
restartPolicy: Always
updateStrategy: RollingUpdate
# Container CMD / entrypoint
containerCommand: []
containerArgs: []
containerCommand:
- sleep
containerArgs:
- infinity
containerEnvironmentVariables: []
# Network related configuration
externalInterfaces: []
portForwardingList: []
hostPortsList: []
hostNetwork: false
dnsPolicy: Default
dnsConfig:
nameservers: []
searches: []
# Storage related configuration
hostPathVolumes: []
@ -21,3 +34,8 @@ volumes: []
# Probes
# Liveness Probe
livenessProbe: null
# Workload type
workloadType: "Deployment"
gpuConfiguration: {}