rancher-charts/charts/rancher-webhook/103.0.9+up0.4.10/tests/service_test.yaml

19 lines
351 B
YAML

suite: Test Service
templates:
- service.yaml
tests:
- it: should set webhook default port values
asserts:
- equal:
path: spec.ports[0].targetPort
value: 9443
- it: should set updated target port
set:
port: 2319
asserts:
- equal:
path: spec.ports[0].targetPort
value: 2319