mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
20 lines
416 B
YAML
20 lines
416 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: kong-dashboard-ingress
|
|
namespace: kubernetes-dashboard
|
|
annotations:
|
|
kubernetes.io/ingress.class: traefik
|
|
spec:
|
|
rules:
|
|
- host: dashboard.knoe.org
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: kubernetes-dashboard-kong-proxy
|
|
port:
|
|
number: 443
|