From 3cdebb541b258eb2504962c25e729252f653b165 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 9 May 2021 11:17:29 +0100 Subject: [PATCH] Added TLS to inlets ingress --- manifests/inlets/inlets.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manifests/inlets/inlets.yaml b/manifests/inlets/inlets.yaml index 9558ea4..4646b96 100644 --- a/manifests/inlets/inlets.yaml +++ b/manifests/inlets/inlets.yaml @@ -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: