values.yaml 586 B

1234567891011121314151617181920212223
  1. persistence:
  2. enabled: true
  3. storageClass: manual
  4. existingClaim: "registry"
  5. metrics:
  6. enabled: true
  7. ingress:
  8. enabled: true
  9. hosts:
  10. - reg.dodges.it
  11. className: nginx
  12. annotations:
  13. cert-manager.io/cluster-issuer: "letsencrypt"
  14. acme.cert-manager.io/http01-edit-in-place: "true"
  15. nginx.org/client-max-body-size: "500m"
  16. nginx.org/proxy-connect-timeout: "60s"
  17. nginx.org/proxy-read-timeout: "60s"
  18. ingress.kubernetes.io/ssl-redirect: "false"
  19. nginx.org/redirect-to-https: "false"
  20. tls:
  21. - hosts:
  22. - reg.dodges.it
  23. secretName: reg-le-secret