Update k10-web-ingress.yaml
This commit is contained in:
@@ -4,17 +4,18 @@ metadata:
|
||||
name: k10-gateway
|
||||
namespace: kasten-io
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: traefik
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
|
||||
spec:
|
||||
ingressClassName: traefik
|
||||
tls:
|
||||
- hosts: [k10.innohub.local]
|
||||
secretName: k10-tls
|
||||
- hosts:
|
||||
- k10.innohub.local
|
||||
# secretName: k10-tls
|
||||
rules:
|
||||
- host: k10.innohub.local
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
- path: /k10
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user