ix_values.yaml 370 B

12345678910111213141516171819202122232425
  1. image:
  2. repository: dpage/pgadmin4
  3. pullPolicy: IfNotPresent
  4. tag: '7.8'
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. pgadminConfig:
  10. adminEmail: ''
  11. adminPassword: ''
  12. additionalEnvs: []
  13. pgadminNetwork:
  14. webPort: 30056
  15. certificateID:
  16. hostNetwork: false
  17. pgadminStorage:
  18. config:
  19. type: ixVolume
  20. datasetName: config
  21. additionalStorages: []