fix: remove manual rancher ingress, use helm chart ingress
This commit is contained in:
@@ -1,24 +0,0 @@
|
|||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
kind: Ingress
|
|
||||||
metadata:
|
|
||||||
annotations:
|
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
||||||
name: rancher-ingress
|
|
||||||
namespace: cattle-system
|
|
||||||
spec:
|
|
||||||
ingressClassName: nginx-private
|
|
||||||
rules:
|
|
||||||
- host: rancher.uzbutterfly.com
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- backend:
|
|
||||||
service:
|
|
||||||
name: rancher
|
|
||||||
port:
|
|
||||||
number: 80
|
|
||||||
path: /
|
|
||||||
pathType: Prefix
|
|
||||||
tls:
|
|
||||||
- hosts:
|
|
||||||
- rancher.uzbutterfly.com
|
|
||||||
secretName: rancher-tls
|
|
||||||
Reference in New Issue
Block a user