Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions charts/iap/tests/service_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tests:
type: "ClusterIP"
port: 80
applicationPort: 8080
useTLS: false
Comment thread
Madias2222 marked this conversation as resolved.
Comment thread
Madias2222 marked this conversation as resolved.
useWebSockets: false
asserts:
- hasDocuments:
Expand Down Expand Up @@ -163,6 +164,7 @@ tests:
type: "ClusterIP"
port: 80
applicationPort: 80
useTLS: false
useWebSockets: false
asserts:
- equal:
Expand All @@ -182,6 +184,7 @@ tests:
type: "ClusterIP"
port: 443
applicationPort: 8443
useTLS: false
Comment thread
Madias2222 marked this conversation as resolved.
useWebSockets: false
asserts:
- equal:
Expand Down Expand Up @@ -230,6 +233,7 @@ tests:
type: "ClusterIP"
port: 9999
applicationPort: 8888
useTLS: false
useWebSockets: false
asserts:
- equal:
Expand Down Expand Up @@ -398,6 +402,7 @@ tests:
type: "ClusterIP"
port: 443
applicationPort: 3443
useTLS: false
useWebSockets: true
websocketPort: 8080
asserts:
Expand Down
Loading