fix(bootstrap): cleanup unused file

This commit is contained in:
David Landry 2024-05-08 00:17:04 -04:00
parent 7fe34a24a3
commit 02e675b410
3 changed files with 1 additions and 27 deletions

View file

@ -0,0 +1,31 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-issuer
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
# gethomepage.dev/enabled: "true"
# gethomepage.dev/name: "ArgoCD"
# gethomepage.dev/description: "Manage k8s applications"
# gethomepage.dev/group: "System"
name: argocd-server
namespace: argocd
spec:
ingressClassName: nginx
rules:
- host: argocd.int.nc.landry.land
http:
paths:
- path: /
backend:
service:
name: argocd-server
port:
number: 443
pathType: Prefix
tls:
- hosts:
- argocd.int.nc.landry.land
secretName: argocd-tls