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: