unused ingress code clean up

This commit is contained in:
2024-08-26 19:51:22 +10:00
parent 0d207fdb0c
commit 5bf65cdf2b
12 changed files with 14 additions and 166 deletions

View File

@@ -1,21 +0,0 @@
#apiVersion: networking.k8s.io/v1
#kind: Ingress
#metadata:
# name: snippet-box-ingress
# namespace: snippet-box
# annotations:
# nginx.ingress.kubernetes.io/ssl-redirect: "false"
# nginx.ingress.kubernetes.io/use-regex: "true"
#spec:
# ingressClassName: nginx
# rules:
# - host: "snippet-box.cluster.edward.sydney"
# http:
# paths:
# - pathType: Prefix
# path: "/"
# backend:
# service:
# name: snippet-box
# port:
# number: 5000

View File

@@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./deployment.yaml
- ./service.yaml
- ./ingress.yaml
- ./service.yaml