Remove public ingress

This commit is contained in:
2024-11-06 14:19:21 +11:00
parent 77ab8127f2
commit 150820fa1b
-28
View File
@@ -146,34 +146,6 @@ spec:
number: 80
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: links-public-ingress
annotations:
kubernetes.io/ingress.class: "nginx"
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
spec:
tls:
- hosts:
- go.junv.cc
secretName: links-tls
rules:
- host: go.junv.cc
http:
paths:
- path: /public
pathType: Prefix
backend:
service:
name: links
port:
number: 80
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata: