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

@ -1,25 +0,0 @@
# apiVersion: networking.k8s.io/v1
# kind: Ingress
# metadata:
# annotations:
# cert-manager.io/cluster-issuer: letsencrypt-issuer
# nginx.ingress.kubernetes.io/backend-protocol: "GRPC"
# name: argocd-server-grpc
# namespace: argocd
# spec:
# ingressClassName: nginx
# rules:
# - host: grpc.argocd.int.nc.landry.land
# http:
# paths:
# - path: /
# backend:
# service:
# name: argogrpc
# port:
# number: 443
# pathType: Prefix
# tls:
# - hosts:
# - grpc.argocd.int.nc.landry.land
# secretName: argocd-grpc-tls

View file

@ -19,5 +19,4 @@ configMapGenerator:
resources:
- github.com/argoproj-labs/argocd-autopilot/manifests/base?ref=v0.4.17
- ./argogrpc.service.yaml
- ./ingress-html.yaml
- ./ingress-grpc.yaml
- ./ingress.yaml