From b2a2657e23043c9609582620a4a8d01245be7674 Mon Sep 17 00:00:00 2001 From: momothereal Date: Sat, 26 Oct 2019 15:34:14 -0400 Subject: [PATCH] Fix infra namespaces --- .gitlab-ci.yml | 2 +- infra/manifests/ingress.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 062c53d..6039e4e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,7 +61,7 @@ infra:deploy: # Deploy infra manifests directly - cd ${INFRA_SRC}/ - - kubectl apply --namespace ${DEPLOY_NAMESPACE} -R -f manifests/ + - kubectl apply -R -f manifests/ only: refs: - master diff --git a/infra/manifests/ingress.yaml b/infra/manifests/ingress.yaml index 556b510..62ca6f4 100644 --- a/infra/manifests/ingress.yaml +++ b/infra/manifests/ingress.yaml @@ -2,6 +2,7 @@ apiVersion: extensions/v1beta1 kind: Ingress metadata: name: public-ingress + namespace: public annotations: kubernetes.io/ingress.class: nginx spec: