Bez popisu

gitea.yaml 982B

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