Skip to content
Snippets Groups Projects
Commit 7b8d3d60 authored by Stefan Hauffe's avatar Stefan Hauffe
Browse files

OZG-7324: Add unit test for ingress

parent 33d13e0d
No related branches found
No related tags found
1 merge request!1OZG-7324: Attempt to change alfa Ingress to /api
......@@ -117,4 +117,16 @@ tests:
asserts:
- equal:
path: spec.tls[0].hosts[0]
value: helm.test.by.ozg-cloud.de
\ No newline at end of file
value: helm.test.by.ozg-cloud.de
- it: should create rules correctly
asserts:
- equal:
path: spec.rules[0].http.paths[0]
value:
path: /api
pathType: ImplementationSpecific
backend:
service:
name: alfa
port:
number: 8080
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment