diff --git a/src/test/helm/service_test.yaml b/src/test/helm/service_test.yaml index 00d7b3d378f53e4e8e1bebfdc2dd0498b84b2a90..b5141ecde11382cbefc5ed6c12582e1c88870858 100644 --- a/src/test/helm/service_test.yaml +++ b/src/test/helm/service_test.yaml @@ -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: