fix(bootstrap): need to split into two ingress resources for nginx controller

This commit is contained in:
David Landry 2024-05-08 00:04:23 -04:00
parent efe6f7c59f
commit 66fe180441
3 changed files with 36 additions and 9 deletions

View file

@ -1,34 +0,0 @@
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
namespace: 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