We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9d8ba commit 1a38c00Copy full SHA for 1a38c00
1 file changed
kubernetes/operationcode_python_backend/overlays/staging/ingress.yaml
@@ -45,17 +45,17 @@ spec:
45
backend:
46
serviceName: response-401
47
servicePort: use-annotation
48
- - path: /healthz
49
- backend:
50
- serviceName: response-401
51
- servicePort: use-annotation
52
- path: /*
53
54
serviceName: resources-api-service
55
servicePort: 80
56
- host: resources.staging.operationcode.org
57
http:
58
paths:
+ - path: /metrics
+ backend:
+ serviceName: response-401
+ servicePort: use-annotation
59
60
61
0 commit comments