mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 11:06:11 +08:00
45 lines
822 B
YAML
45 lines
822 B
YAML
# Default values for ix-chart.
|
|
|
|
image:
|
|
repository: nginx
|
|
pullPolicy: IfNotPresent
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: latest
|
|
|
|
# Restart / Update policy
|
|
updateStrategy: RollingUpdate
|
|
|
|
# Container CMD / entrypoint
|
|
containerCommand: []
|
|
containerArgs: []
|
|
containerEnvironmentVariables: []
|
|
|
|
# Network related configuration
|
|
externalInterfaces: []
|
|
portForwardingList: [{"containerPort": 80, "nodePort": 32000}]
|
|
hostPortsList: []
|
|
hostNetwork: false
|
|
dnsPolicy: Default
|
|
dnsConfig:
|
|
nameservers: []
|
|
searches: []
|
|
|
|
# Storage related configuration
|
|
hostPathVolumes: []
|
|
volumes: []
|
|
emptyDirVolumes: []
|
|
|
|
# Probes
|
|
# Liveness Probe
|
|
livenessProbe: null
|
|
|
|
# Workload type
|
|
workloadType: "Deployment"
|
|
|
|
gpuConfiguration: {}
|
|
securityContext:
|
|
privileged: false
|
|
capabilities: []
|
|
tty: true
|
|
stdin: true
|