specify namespace

This commit is contained in:
2025-01-19 17:55:26 +01:00
parent df911f1dd8
commit 2c51eafe83
2 changed files with 1 additions and 2 deletions

View File

@@ -1,8 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: ingress-nginx
resources: resources:
- external-controller.yaml - external-controller.yaml
- internal-controller.yaml - internal-controller.yaml

View File

@@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: edge-proxy name: edge-proxy
namespace: edge-proxy
spec: spec:
replicas: 1 replicas: 1
selector: selector: