chore(argo): add ingress

This commit is contained in:
David Landry 2024-03-01 23:46:59 -05:00
parent c624697879
commit 09fbc7e597
3 changed files with 70 additions and 13 deletions

View file

@ -0,0 +1,36 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-issuer
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "ArgoCD"
gethomepage.dev/description: "Manage k8s applications"
gethomepage.dev/group: "System"
name: argocd
labels:
name: argocd
spec:
rules:
- host: argocd.int.nc.landry.land
http:
paths:
- path: /
backend:
service:
name: argogrpc
port:
number: 443
pathType: Prefix
- path: /
backend:
service:
name: argocd-server
port:
number: 443
pathType: Prefix
tls:
- hosts:
- argocd.int.nc.landry.land
secretName: argocd-tls