From 02e675b4104009dc39e14cdc81e1c9ed247dd7f0 Mon Sep 17 00:00:00 2001 From: David Landry Date: Wed, 8 May 2024 00:17:04 -0400 Subject: [PATCH] fix(bootstrap): cleanup unused file --- bootstrap/argo-cd/ingress-grpc.yaml | 25 ------------------- .../{ingress-html.yaml => ingress.yaml} | 0 bootstrap/argo-cd/kustomization.yaml | 3 +-- 3 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 bootstrap/argo-cd/ingress-grpc.yaml rename bootstrap/argo-cd/{ingress-html.yaml => ingress.yaml} (100%) diff --git a/bootstrap/argo-cd/ingress-grpc.yaml b/bootstrap/argo-cd/ingress-grpc.yaml deleted file mode 100644 index 527ec3f..0000000 --- a/bootstrap/argo-cd/ingress-grpc.yaml +++ /dev/null @@ -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 diff --git a/bootstrap/argo-cd/ingress-html.yaml b/bootstrap/argo-cd/ingress.yaml similarity index 100% rename from bootstrap/argo-cd/ingress-html.yaml rename to bootstrap/argo-cd/ingress.yaml diff --git a/bootstrap/argo-cd/kustomization.yaml b/bootstrap/argo-cd/kustomization.yaml index 7795317..268d2d3 100644 --- a/bootstrap/argo-cd/kustomization.yaml +++ b/bootstrap/argo-cd/kustomization.yaml @@ -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