adding argocd final bootstrap

This commit is contained in:
2026-08-28 14:51:00 -03:00
parent 356622d2b4
commit 52a81b1663
3 changed files with 31 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: argocd-server
namespace: argocd
spec:
ingressClassName: nginx
rules:
- host: argocd.haven
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: argocd-server
port:
number: 80