fix(bootstrap): cleanup unused file
This commit is contained in:
parent
7fe34a24a3
commit
02e675b410
3 changed files with 1 additions and 27 deletions
|
|
@ -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
|
|
||||||
|
|
@ -19,5 +19,4 @@ configMapGenerator:
|
||||||
resources:
|
resources:
|
||||||
- github.com/argoproj-labs/argocd-autopilot/manifests/base?ref=v0.4.17
|
- github.com/argoproj-labs/argocd-autopilot/manifests/base?ref=v0.4.17
|
||||||
- ./argogrpc.service.yaml
|
- ./argogrpc.service.yaml
|
||||||
- ./ingress-html.yaml
|
- ./ingress.yaml
|
||||||
- ./ingress-grpc.yaml
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue