From d2fe86c86b171abadc7c41440cb0f2b71870c8e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Julian=20B=C3=A4ume?= <julian.baeume@open-xchange.com>
Date: Mon, 27 Sep 2021 17:43:18 +0200
Subject: [PATCH] switch to os2 based deployment and main preview app

this is just an example deployment and can be used to play around. For now it's fine
to just use the preview-main environment of frontend/ui
---
 .gitlab-ci/values.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci/values.yaml b/.gitlab-ci/values.yaml
index ec88b82..a6fc829 100644
--- a/.gitlab-ci/values.yaml
+++ b/.gitlab-ci/values.yaml
@@ -3,12 +3,12 @@ replicaCount: 1
 containerPort: 8080
 
 manifests:
-  - https://frontend-plugin-example-${CI_COMMIT_REF_SLUG}.k3s.os.oxui.de/manifest.json
+  - https://preview-main.k3s.os2.oxui.de/manifest.json
 
 ingress:
   enabled: true
   hosts:
-    - host: manifest-${CI_COMMIT_REF_SLUG}.k3s.os.oxui.de
+    - host: manifest-${CI_COMMIT_REF_SLUG}.k3s.os2.oxui.de
       paths:
         - path: /
           pathType: ImplementationSpecific
-- 
GitLab