test-values.yaml 686 B

1234567891011121314151617181920212223242526272829303132
  1. appVolumeMounts:
  2. config:
  3. emptyDir: true
  4. mountPath: /config
  5. media:
  6. emptyDir: true
  7. mountPath: /media
  8. dnsConfig:
  9. options: []
  10. emptyDirVolumes: true
  11. environmentVariables: []
  12. extraAppVolumeMounts: []
  13. hostNetwork: false
  14. ixChartContext: {}
  15. ownerGID: 568
  16. ownerUID: 568
  17. postgresAppVolumeMounts:
  18. postgres-backup:
  19. emptyDir: true
  20. mountPath: /postgres_backups
  21. postgres-data:
  22. emptyDir: true
  23. mountPath: /var/lib/postgresql/data
  24. postgresql:
  25. backupVolume:
  26. datasetName: ix-postgres_backups
  27. mountPath: /postgres_backups
  28. dataVolume:
  29. datasetName: ix-postgres_data
  30. mountPath: /var/lib/postgresql/data
  31. timezone: America/Los_Angeles
  32. web_port: 32000