values.yaml 559 B

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