mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
* Updated apps for nvidia GPU support * add a placeholder for linting * Add another layer of check
49 lines
883 B
YAML
49 lines
883 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
|
|
jobRestartPolicy: OnFailure
|
|
|
|
# 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
|
|
|
|
# CI Enabled
|
|
ci: true
|
|
global: {}
|