seperate apps

This commit is contained in:
René Zubcevic
2021-12-23 09:09:21 +01:00
parent e58373ffff
commit f1f5c352df
7 changed files with 148 additions and 17 deletions

View File

@@ -2,8 +2,8 @@ apiVersion: route.openshift.io/v1
kind: Route
metadata:
labels:
app: {{ .Values.webgoat_server.name }}
name: {{ .Values.webgoat_server.name }}-wolf
app: {{ .Values.webwolf_server.name }}
name: {{ .Values.webwolf_server.name }}-wolf
namespace: {{ .Values.namespace }}
spec:
path: /
@@ -11,6 +11,6 @@ spec:
targetPort: 9090
to:
kind: Service
name: {{ .Values.webgoat_server.name }}-service
name: {{ .Values.webwolf_server.name }}-service
weight: 100
wildcardPolicy: None