Files
chart/library/ix-dev/charts/ix-chart/ci/test-values.yaml
Stavros Kois d8620d45dc NAS-119626 / 23.10 / Updated apps for nvidia GPU support (#950)
* Updated apps for nvidia GPU support

* add a placeholder for linting

* Add another layer of check
2023-04-13 15:39:15 +03:00

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: {}