ix_values.yaml 488 B

12345678910111213141516171819202122232425262728
  1. image:
  2. repository: jc21/nginx-proxy-manager
  3. pullPolicy: IfNotPresent
  4. tag: 2.10.3
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. npmConfig:
  10. additionalEnvs: []
  11. npmNetwork:
  12. webPort: 30000
  13. httpPort: 30001
  14. httpsPort: 30002
  15. npmStorage:
  16. data:
  17. type: ixVolume
  18. hostPath: ''
  19. datasetName: data
  20. certs:
  21. type: ixVolume
  22. hostPath: ''
  23. datasetName: certs
  24. notes:
  25. custom: |
  26. Default credentials:
  27. - username: admin@example.com
  28. - password: changeme