mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
feat(common)!: Release v3.0.0-beta2 (#280)
This commit is contained in:
parent
23ae8131da
commit
21e751bc16
51 changed files with 419 additions and 368 deletions
|
@ -5,6 +5,8 @@ templates:
|
|||
- common.yaml
|
||||
tests:
|
||||
- it: default should pass
|
||||
values:
|
||||
- ../_values/service_main_default.yaml
|
||||
asserts:
|
||||
- hasDocuments:
|
||||
count: 2
|
||||
|
@ -17,6 +19,8 @@ tests:
|
|||
value: TCP
|
||||
|
||||
- it: explicit TCP should pass
|
||||
values:
|
||||
- ../_values/service_main_default.yaml
|
||||
set:
|
||||
service.main.ports.http.protocol: TCP
|
||||
asserts:
|
||||
|
@ -29,6 +33,8 @@ tests:
|
|||
value: TCP
|
||||
|
||||
- it: explicit UDP should pass
|
||||
values:
|
||||
- ../_values/service_main_default.yaml
|
||||
set:
|
||||
service.main.ports.http.protocol: UDP
|
||||
asserts:
|
||||
|
@ -41,6 +47,8 @@ tests:
|
|||
value: UDP
|
||||
|
||||
- it: explicit HTTP should pass
|
||||
values:
|
||||
- ../_values/service_main_default.yaml
|
||||
set:
|
||||
service.main.ports.http.protocol: HTTP
|
||||
asserts:
|
||||
|
@ -56,6 +64,8 @@ tests:
|
|||
path: metadata.annotations
|
||||
|
||||
- it: explicit HTTPS should pass
|
||||
values:
|
||||
- ../_values/service_main_default.yaml
|
||||
set:
|
||||
service.main.ports.http.protocol: HTTPS
|
||||
asserts:
|
||||
|
@ -68,6 +78,8 @@ tests:
|
|||
value: TCP
|
||||
|
||||
- it: explicit appProtocol should pass
|
||||
values:
|
||||
- ../_values/service_main_default.yaml
|
||||
set:
|
||||
service.main.ports.http.appProtocol: kubernetes.io/h2c
|
||||
asserts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue