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

OZG-6665 Adjust helm test

parent 72201b2f
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,16 @@ tests:
protocol: TCP
count: 1
any: true
- it: ports should contain the metrics port
asserts:
- contains:
path: spec.ports
content:
name: metrics
port: 9002
protocol: TCP
count: 1
any: true
- it: selector should contain the component label with the value user-manager
asserts:
- equal:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment