Skip to content
Snippets Groups Projects
Commit 455b8ca7 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5238 Test mognodb health check

parent ecb60160
No related branches found
No related tags found
No related merge requests found
...@@ -18,13 +18,13 @@ spec: ...@@ -18,13 +18,13 @@ spec:
{{ toYaml . | indent 2 }} {{ toYaml . | indent 2 }}
{{- end }} {{- end }}
egress: egress:
- to: # - to:
- podSelector: # - podSelector:
matchLabels: # matchLabels:
component: ozgcloud-mongodb # component: ozgcloud-mongodb
ports: # ports:
- port: 27017 # - port: 27017
protocol: TCP # protocol: TCP
# public keycloak ip # public keycloak ip
- to: - to:
- ipBlock: - ipBlock:
......
...@@ -67,13 +67,13 @@ tests: ...@@ -67,13 +67,13 @@ tests:
- ports: - ports:
- port: 8080 - port: 8080
egress: egress:
- to: # - to:
- podSelector: # - podSelector:
matchLabels: # matchLabels:
component: ozgcloud-mongodb # component: ozgcloud-mongodb
ports: # ports:
- port: 27017 # - port: 27017
protocol: TCP # protocol: TCP
# public keycloak ip # public keycloak ip
- to: - to:
- ipBlock: - ipBlock:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment