Added TLS to inlets ingress

This commit is contained in:
Marcus Noble 2021-05-09 11:17:29 +01:00
parent bbb9aba394
commit 3cdebb541b

View File

@ -63,7 +63,14 @@ kind: Ingress
metadata:
name: inlets
namespace: inlets
annotations:
cert-manager.io/cluster-issuer: letsencrypt
traefik.ingress.kubernetes.io/frontend-entry-points: http,https
spec:
tls:
- hosts:
- inlets.cluster.fun
secretName: inlets-ingress
rules:
- host: inlets.cluster.fun
http: