Correct the project deployment namespace

This commit is contained in:
Aljaž Starc
2023-02-27 22:39:20 +00:00
parent 95f33b44d3
commit d582069f67
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
gitops: gitops:
manifest_projects: manifest_projects:
- id: aljaxus/upn-qr - id: aljaxus/upn-qr
default_namespace: aljaxus-upn-qr default_namespace: app-upn-qr
paths: paths:
- glob: '/manifests/*.{yaml,yml,json}' - glob: '/manifests/*.{yaml,yml,json}'

View File

@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: upn-qr-dpl name: upn-qr-dpl
namespace: aljaxus-upn-qr namespace: app-upn-qr
labels: labels:
app: upn-qr app: upn-qr
spec: spec:
@@ -47,7 +47,7 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: upn-qr-svc name: upn-qr-svc
namespace: aljaxus-upn-qr namespace: app-upn-qr
spec: spec:
type: ClusterIP type: ClusterIP
selector: selector:
@@ -63,7 +63,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: upn-qr-ings name: upn-qr-ings
namespace: aljaxus-upn-qr namespace: app-upn-qr
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt cert-manager.io/cluster-issuer: letsencrypt
spec: spec: