values.yaml 442 B

1234567891011121314151617181920212223
  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: "testing"
  7. # Container CMD / entrypoint
  8. containerCommand: []
  9. containerArgs: []
  10. containerEnvironmentVariables: []
  11. # Network related configuration
  12. externalInterfaces: []
  13. # Storage related configuration
  14. hostPathVolumes: []
  15. volumes: []
  16. # Probes
  17. # Liveness Probe
  18. livenessProbe: null