values.yaml 691 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Default values for ix-chart.
  2. image:
  3. repository: debian
  4. pullPolicy: IfNotPresent
  5. # Overrides the image tag whose default is the chart appVersion.
  6. tag: "latest"
  7. # Restart / Update policy
  8. restartPolicy: Always
  9. updateStrategy: RollingUpdate
  10. # Container CMD / entrypoint
  11. containerCommand: []
  12. containerArgs: []
  13. containerEnvironmentVariables: []
  14. # Network related configuration
  15. externalInterfaces: []
  16. portForwardingList: []
  17. hostNetwork: false
  18. dnsPolicy: Default
  19. dnsConfig:
  20. nameservers: []
  21. searches: []
  22. # Storage related configuration
  23. hostPathVolumes: []
  24. volumes: []
  25. # Probes
  26. # Liveness Probe
  27. livenessProbe: null
  28. # Workload type
  29. workloadType: "Deployment"
  30. gpuConfiguration: {}