took out traefik refs
This commit is contained in:
parent
0b7dae5415
commit
14a4df899d
|
@ -1,8 +1,6 @@
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
|
||||||
name: mt-ingress
|
name: mt-ingress
|
||||||
namespace: default
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
|
@ -17,7 +15,3 @@ spec:
|
||||||
number: 80
|
number: 80
|
||||||
path: /
|
path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
tls:
|
|
||||||
- hosts:
|
|
||||||
- mt.r8z.us
|
|
||||||
secretName: mt.r8z.us-tls
|
|
||||||
|
|
Loading…
Reference in New Issue