Add gateway ingress, namespace in kustomization

This commit is contained in:
Chris Rai
2026-01-31 00:09:01 -05:00
parent b5bec57dfa
commit 7784b81c05
4 changed files with 21 additions and 3 deletions

View File

@@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- configmap-common.yaml

View File

@@ -1,6 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: cloud-services
labels:
app.kubernetes.io/part-of: cloud-platform