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

Merge branch 'OZG-7324-change-ingress' into 'main'

OZG-7324: Attempt to change alfa Ingress to /api

See merge request !1
parents d94f5ee6 7b8d3d60
Branches
Tags
1 merge request!1OZG-7324: Attempt to change alfa Ingress to /api
...@@ -50,7 +50,7 @@ spec: ...@@ -50,7 +50,7 @@ spec:
port: port:
number: 8080 number: 8080
name: {{ .Release.Name }} name: {{ .Release.Name }}
path: '' path: '/api'
pathType: ImplementationSpecific pathType: ImplementationSpecific
host: {{ include "app.baseDomain" . }} host: {{ include "app.baseDomain" . }}
tls: tls:
......
...@@ -118,3 +118,15 @@ tests: ...@@ -118,3 +118,15 @@ tests:
- equal: - equal:
path: spec.tls[0].hosts[0] path: spec.tls[0].hosts[0]
value: helm.test.by.ozg-cloud.de 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