暫無描述

gitea.yaml 834B

12345678910111213141516171819202122232425262728293031323334353637
  1. apiVersion: argoproj.io/v1alpha1
  2. kind: Application
  3. metadata:
  4. name: gitea
  5. namespace: gitea
  6. finalizers:
  7. - resources-finalizer.argocd.argoproj.io
  8. spec:
  9. destination:
  10. namespace: gitea
  11. name: {{ .Values.spec.destination.name }}
  12. project: {{ .Values.spec.project }}
  13. source:
  14. chart: gitea-charts/gitea
  15. repoURL: https://dl.gitea.io/charts
  16. targetRevision: 5.0.1
  17. helm:
  18. releaseName: gitea
  19. values: |
  20. ingress:
  21. enabled: true
  22. annotations: {}
  23. hosts:
  24. - host: newgit.kaisers.info
  25. paths:
  26. - path: /
  27. pathType: Prefix
  28. service:
  29. http:
  30. type: ClusterIP
  31. port: 3000
  32. clusterIP:
  33. ssh:
  34. type: ClusterIP
  35. port: 22
  36. clusterIP: