Added TLS to inlets ingress
This commit is contained in:
parent
bbb9aba394
commit
3cdebb541b
@ -63,7 +63,14 @@ kind: Ingress
|
|||||||
metadata:
|
metadata:
|
||||||
name: inlets
|
name: inlets
|
||||||
namespace: inlets
|
namespace: inlets
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
|
traefik.ingress.kubernetes.io/frontend-entry-points: http,https
|
||||||
spec:
|
spec:
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- inlets.cluster.fun
|
||||||
|
secretName: inlets-ingress
|
||||||
rules:
|
rules:
|
||||||
- host: inlets.cluster.fun
|
- host: inlets.cluster.fun
|
||||||
http:
|
http:
|
||||||
|
Loading…
Reference in New Issue
Block a user