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