Skip to content
Snippets Groups Projects
Commit eacc3259 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

#2 OZG-7121 helm: Add openshift route

parent 94e5a443
No related branches found
No related tags found
1 merge request!3Resolve "xta-test-server helm-chart mit Deployment und Keystore-Secrets/Certificate-Resources"
Pipeline #1358 passed
...@@ -40,4 +40,5 @@ spec: ...@@ -40,4 +40,5 @@ spec:
- key encipherment - key encipherment
- key agreement - key agreement
dnsNames: dnsNames:
- "{{ .Release.Name }}-passthrough-{{ include "app.baseDomain" . }}"
- "{{ .Release.Name }}-{{ include "app.baseDomain" . }}" - "{{ .Release.Name }}-{{ include "app.baseDomain" . }}"
\ No newline at end of file
kind: Route
apiVersion: route.openshift.io/v1
metadata:
name: {{ .Release.Name }}-passthrough
namespace: by-enable-dev
spec:
host: {{ .Release.Name }}-passthrough-{{ include "app.baseDomain" . }}
to:
kind: Service
name: xta-test-server
weight: 100
port:
targetPort: 8443
tls:
termination: passthrough
wildcardPolicy: None
status:
ingress:
- host: {{ .Release.Name }}-passthrough-{{ include "app.baseDomain" . }}
routerName: default
wildcardPolicy: None
routerCanonicalHostname: router-default.apps.okd.dev.by.ozg-cloud.systems
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment