feat: add rancher ingress
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
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