remove unneeded nexus ingress

This commit is contained in:
2024-06-25 20:57:50 +10:00
parent d1c71b22af
commit a44781a4c7

View File

@@ -1,32 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: nexus-ingress
namespace: nexus
annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/proxy-body-size: "50m"
spec:
ingressClassName: nginx
rules:
- host: "nexus.cluster.local"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: nexus
port:
number: 32000
- host: "nexus.cluster.edward.sydney"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: nexus
port:
number: 32000