mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57: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
|
||||
|
@ -16,11 +18,13 @@ tests:
|
|||
path: spec.ports[0]
|
||||
value:
|
||||
name: http
|
||||
port: 8080
|
||||
port: 8081
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
targetPort: 8081
|
||||
|
||||
- it: custom name should pass
|
||||
values:
|
||||
- ../_values/service_main_default.yaml
|
||||
set:
|
||||
service:
|
||||
main:
|
||||
|
@ -44,6 +48,8 @@ tests:
|
|||
targetPort: 8080
|
||||
|
||||
- it: custom target port should pass
|
||||
values:
|
||||
- ../_values/service_main_default.yaml
|
||||
set:
|
||||
service:
|
||||
main:
|
||||
|
@ -60,6 +66,6 @@ tests:
|
|||
path: spec.ports[0]
|
||||
value:
|
||||
name: http
|
||||
port: 8080
|
||||
port: 8081
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue