feat(common)!: Release v3.0.0-beta2 (#280)

This commit is contained in:
Bernd Schorgers 2024-03-08 08:51:40 +01:00 committed by GitHub
parent 23ae8131da
commit 21e751bc16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 419 additions and 368 deletions

View file

@ -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: