diff --git a/.gitlab-ci/values.yaml b/.gitlab-ci/values.yaml
index ec88b825dd8195f5d2e65b07531a66c521dc40c8..a6fc8291bceb129916e6491bb13348c99e614579 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