fix(auth): harden public infra routes
This commit is contained in:
@@ -207,12 +207,18 @@ spec:
|
||||
httpGet:
|
||||
path: /health
|
||||
port: 5100
|
||||
httpHeaders:
|
||||
- name: X-Forwarded-Proto
|
||||
value: https
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
port: 5100
|
||||
httpHeaders:
|
||||
- name: X-Forwarded-Proto
|
||||
value: https
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 5
|
||||
volumes:
|
||||
@@ -256,12 +262,12 @@ spec:
|
||||
- websecure
|
||||
routes:
|
||||
- kind: Rule
|
||||
match: Host(`telephony.flowercore.io`)
|
||||
match: Host(`telephony.flowercore.io`) && (Method(`GET`) || Method(`HEAD`) || Method(`POST`) || Method(`OPTIONS`))
|
||||
services:
|
||||
- name: telephony-web
|
||||
port: 5100
|
||||
- kind: Rule
|
||||
match: Host(`telephony.iamwork.in`)
|
||||
match: Host(`telephony.iamwork.in`) && (Method(`GET`) || Method(`HEAD`) || Method(`POST`) || Method(`OPTIONS`))
|
||||
services:
|
||||
- name: telephony-web
|
||||
port: 5100
|
||||
|
||||
Reference in New Issue
Block a user