Commit 7fed1fd0 authored by Waqar Ahmed's avatar Waqar Ahmed

Add reasonable defaults

parent 48e553b4
......@@ -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: {}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment