mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 19:16:17 +08:00
42 lines
727 B
YAML
42 lines
727 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: []
|
|
hostPortsList: []
|
|
hostNetwork: false
|
|
dnsPolicy: Default
|
|
dnsConfig:
|
|
nameservers: []
|
|
searches: []
|
|
|
|
# Storage related configuration
|
|
hostPathVolumes: []
|
|
volumes: []
|
|
|
|
# Probes
|
|
# Liveness Probe
|
|
livenessProbe: null
|
|
|
|
# Workload type
|
|
workloadType: "Deployment"
|
|
|
|
gpuConfiguration: {}
|