No Description

values.yaml 454B

12345678910111213141516171819202122232425
  1. gitea:
  2. ingress:
  3. enabled: true
  4. annotations: {}
  5. # kubernetes.io/ingress.class: nginx
  6. # kubernetes.io/tls-acme: "true"
  7. hosts:
  8. - host: newgit.kaisers.info
  9. paths:
  10. - path: /
  11. pathType: Prefix
  12. service:
  13. http:
  14. type: ClusterIP
  15. port: 3000
  16. clusterIP:
  17. ssh:
  18. type: ClusterIP
  19. port: 22
  20. clusterIP:
  21. gitea:
  22. admin:
  23. existingSecret: gitea-admin-secret