values.yaml 486 B

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