Files
tf_provider/cloud-dashboard/k8s/ingress.yaml
T
2026-06-30 15:46:41 +04:00

21 lines
444 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: dashboard-ingress
namespace: terra
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /$2
spec:
ingressClassName: nginx
rules:
- host: terra.k8c.ru
http:
paths:
- path: /dashboard(/|$)(.*)
pathType: ImplementationSpecific
backend:
service:
name: cloud-dashboard
port:
number: 80