revert chore(argocd): Refactor to use helm chart
This commit is contained in:
Peter 2026-03-28 10:06:05 +01:00
parent dfe3e5ae4f
commit ef2ed1f3c8
9 changed files with 27080 additions and 149 deletions

View file

@ -0,0 +1,17 @@
---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: argocd-route
namespace: argocd
spec:
parentRefs:
- name: internal
namespace: kube-system
sectionName: https
hostnames:
- "argocd.peterg.nl"
rules:
- backendRefs:
- name: argocd-server
port: 80