Added TLS to inlets ingress
This commit is contained in:
parent
bbb9aba394
commit
3cdebb541b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user