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: uptime-kuma-ingress
# namespace: uptime-kuma
# annotations:
# nginx.ingress.kubernetes.io/ssl-redirect: "false"
# nginx.ingress.kubernetes.io/use-regex: "true"
#spec:
# ingressClassName: nginx
# rules:
# - host: "uptime-kuma.cluster.edward.sydney"
# http:
# paths:
# - pathType: Prefix
# path: "/"
# backend:
# service:
# name: uptime-kuma
# port:
# number: 3001

View File

@@ -1,5 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
# - ./ingress.yaml
- ../../base