fix(bootstrap): trying to get ingress working

This commit is contained in:
David Landry 2024-05-07 23:54:28 -04:00
parent 056cc88ed8
commit efe6f7c59f
2 changed files with 6 additions and 7 deletions

View file

@ -3,13 +3,12 @@ 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"
# gethomepage.dev/enabled: "true"
# gethomepage.dev/name: "ArgoCD"
# gethomepage.dev/description: "Manage k8s applications"
# gethomepage.dev/group: "System"
name: argocd
labels:
name: argocd
namespace: argocd
spec:
rules:
- host: argocd.int.nc.landry.land
@ -29,7 +28,6 @@ spec:
port:
number: 443
pathType: Prefix
tls:
- hosts:
- argocd.int.nc.landry.land