redesign fully scaffolded and web login works
This commit is contained in:
19
deploy/k8s/dev/gateway-health-ingress.yaml
Normal file
19
deploy/k8s/dev/gateway-health-ingress.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
# Separate ingress for health endpoint without rewrite
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: gateway-health-ingress
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: dexorder.local
|
||||
http:
|
||||
paths:
|
||||
- path: /health
|
||||
pathType: Exact
|
||||
backend:
|
||||
service:
|
||||
name: gateway
|
||||
port:
|
||||
number: 3000
|
||||
Reference in New Issue
Block a user