Skip to content

Commit 1a38c00

Browse files
author
Aaron Suarez
authored
Respond with 401 on /metrics staging (#155)
1 parent 4a9d8ba commit 1a38c00

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • kubernetes/operationcode_python_backend/overlays/staging

kubernetes/operationcode_python_backend/overlays/staging/ingress.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ spec:
4545
backend:
4646
serviceName: response-401
4747
servicePort: use-annotation
48-
- path: /healthz
49-
backend:
50-
serviceName: response-401
51-
servicePort: use-annotation
5248
- path: /*
5349
backend:
5450
serviceName: resources-api-service
5551
servicePort: 80
5652
- host: resources.staging.operationcode.org
5753
http:
5854
paths:
55+
- path: /metrics
56+
backend:
57+
serviceName: response-401
58+
servicePort: use-annotation
5959
- path: /*
6060
backend:
6161
serviceName: resources-api-service

0 commit comments

Comments
 (0)