test_values.yaml 958 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. appVolumeMounts:
  2. export:
  3. emptyDir: true
  4. mountPath: /export
  5. distributedIps: []
  6. distributedMode: false
  7. dnsConfig:
  8. options: []
  9. emptyDirVolumes: true
  10. environmentVariables: []
  11. extraAppVolumeMounts: []
  12. extraArgs: []
  13. image:
  14. pullPolicy: IfNotPresent
  15. repository: minio/minio
  16. tag: RELEASE.2023-03-13T19-46-17Z
  17. ixChartContext: {}
  18. logSearchImage:
  19. pullPolicy: IfNotPresent
  20. repository: minio/operator
  21. tag: v4.5.4
  22. logsearchapi:
  23. diskCapacityGB: 5
  24. enabled: true
  25. minioDomain: null
  26. postgresAppVolumeMounts:
  27. postgres-backup:
  28. emptyDir: true
  29. mountPath: /postgres_backups
  30. postgres-data:
  31. emptyDir: true
  32. mountPath: /var/lib/postgresql/data
  33. postgresql:
  34. backupVolume:
  35. datasetName: ix-postgres_backups
  36. mountPath: /postgres_backups
  37. dataVolume:
  38. datasetName: ix-postgres_data
  39. mountPath: /var/lib/postgresql/data
  40. runAsGroup: 473
  41. runAsUser: 473
  42. service:
  43. consolePort: 32325
  44. nodePort: 32324
  45. updateStrategy: RollingUpdate