fix: add TLS certificate to whoami ingress
Validate Manifests / validate (pull_request) Has been cancelled
Validate Manifests / validate (pull_request) Has been cancelled
This commit is contained in:
@@ -3,8 +3,16 @@ kind: Ingress
|
||||
metadata:
|
||||
name: whoami
|
||||
namespace: apps
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
spec:
|
||||
ingressClassName: traefik
|
||||
tls:
|
||||
- hosts:
|
||||
- whoami.khalisio.com
|
||||
secretName: whoami-tls
|
||||
rules:
|
||||
- host: whoami.khalisio.com
|
||||
http:
|
||||
@@ -15,4 +23,4 @@ spec:
|
||||
service:
|
||||
name: whoami
|
||||
port:
|
||||
name: http
|
||||
number: 80
|
||||
|
||||
Reference in New Issue
Block a user