설명 없음

gitea.yaml 907B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. syncPolicy:
  14. automated:
  15. prune: true
  16. selfHeal: true
  17. source:
  18. chart: gitea
  19. repoURL: https://dl.gitea.io/charts
  20. targetRevision: 5.0.1
  21. helm:
  22. version: v3
  23. releaseName: gitea
  24. values: |
  25. ingress:
  26. enabled: true
  27. annotations: {}
  28. hosts:
  29. - host: newgit.kaisers.info
  30. paths:
  31. - path: /
  32. pathType: Prefix
  33. service:
  34. http:
  35. type: ClusterIP
  36. port: 3000
  37. clusterIP:
  38. ssh:
  39. type: ClusterIP
  40. port: 22
  41. clusterIP: