説明なし

gitea.yaml 902B

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