rancher-charts/charts/rancher-webhook/104.0.5+up0.5.5/tests/service_test.yaml

19 lines
351 B
YAML
Raw Permalink Normal View History

2024-12-17 17:47:23 +00:00
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