From d582069f67c22e1557db6d77daa60aa935232af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alja=C5=BE=20Starc?= Date: Mon, 27 Feb 2023 22:39:20 +0000 Subject: [PATCH] Correct the project deployment namespace --- .gitlab/agent/upn-qr-agent/config.yaml | 2 +- manifests/upn-qr.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab/agent/upn-qr-agent/config.yaml b/.gitlab/agent/upn-qr-agent/config.yaml index 9e302e7..b9fdf72 100644 --- a/.gitlab/agent/upn-qr-agent/config.yaml +++ b/.gitlab/agent/upn-qr-agent/config.yaml @@ -1,6 +1,6 @@ gitops: manifest_projects: - id: aljaxus/upn-qr - default_namespace: aljaxus-upn-qr + default_namespace: app-upn-qr paths: - glob: '/manifests/*.{yaml,yml,json}' diff --git a/manifests/upn-qr.yaml b/manifests/upn-qr.yaml index 2d89d9b..88e0941 100644 --- a/manifests/upn-qr.yaml +++ b/manifests/upn-qr.yaml @@ -2,7 +2,7 @@ apiVersion: apps/v1 kind: Deployment metadata: name: upn-qr-dpl - namespace: aljaxus-upn-qr + namespace: app-upn-qr labels: app: upn-qr spec: @@ -47,7 +47,7 @@ apiVersion: v1 kind: Service metadata: name: upn-qr-svc - namespace: aljaxus-upn-qr + namespace: app-upn-qr spec: type: ClusterIP selector: @@ -63,7 +63,7 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: upn-qr-ings - namespace: aljaxus-upn-qr + namespace: app-upn-qr annotations: cert-manager.io/cluster-issuer: letsencrypt spec: