iching-broker-level2/ingress.yaml
Christopher Hase 94c21a6146
All checks were successful
ci / build (push) Successful in 1m33s
add http-server part 5.5
2025-04-09 14:27:03 +02:00

24 lines
No EOL
538 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: iching-ingress
namespace: argocd
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /$2
spec:
ingressClassName: nginx
rules:
- host: 192-168-197-2.c-one-infra.de
http:
paths:
- path: /iching(/|$)(.*)
pathType: ImplementationSpecific
backend:
service:
name: iching-service
port:
number: 80
tls:
- hosts:
- 192-168-197-2.c-one-infra.de
secretName: argocd-net-tls