diff --git a/deployement/k8s/frontend-bawu.yaml b/deployement/k8s/frontend-bawu.yaml deleted file mode 100644 index d8d68bc..0000000 --- a/deployement/k8s/frontend-bawu.yaml +++ /dev/null @@ -1,44 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: frontend-bawu -spec: - replicas: 1 - selector: - matchLabels: - app: frontend-bawu - template: - metadata: - labels: - app: frontend-bawu - spec: - containers: - - name: frontend-bawu - image: rtwcr1.azurecr.io/frontend - ports: - - containerPort: 3000 - envFrom: - - secretRef: - name: vitebackendurl - env: - - name: VITE_TENANT - value: bawu - - name: VITE_TENANT_CLIENT_ID - value: 77d6b8c3-d7d0-456e-95c3-2806803e17aa - - name: VITE_TENANT_LOGO - value: https://www.designmadeingermany.de/2013/wp-content/uploads/formidable/4/e2140f107138a3effe0b8d319aa49a03.jpeg - - name: VITE_TENANT_BACKGROUNDCOLOR - value: "#fefd55" ---- -apiVersion: v1 -kind: Service -metadata: - name: frontend-bawu -spec: - type: ClusterIP - ports: - - name: http - port: 4001 - targetPort: 3000 - selector: - app: frontend-bawu \ No newline at end of file diff --git a/deployement/k8s/ingress.yaml b/deployement/k8s/ingress.yaml index 69942c3..2658dd9 100644 --- a/deployement/k8s/ingress.yaml +++ b/deployement/k8s/ingress.yaml @@ -58,11 +58,4 @@ spec: service: name: frontend-adac port: - number: 4000 - - path: /bawu(/|$)(.*) - pathType: ImplementationSpecific - backend: - service: - name: frontend-bawu - port: - number: 4001 \ No newline at end of file + number: 4000 \ No newline at end of file