Fix infra namespaces

This commit is contained in:
Aram 🍐 2019-10-26 15:34:14 -04:00
parent 22ac332f75
commit b2a2657e23
2 changed files with 2 additions and 1 deletions

View file

@ -61,7 +61,7 @@ infra:deploy:
# Deploy infra manifests directly # Deploy infra manifests directly
- cd ${INFRA_SRC}/ - cd ${INFRA_SRC}/
- kubectl apply --namespace ${DEPLOY_NAMESPACE} -R -f manifests/ - kubectl apply -R -f manifests/
only: only:
refs: refs:
- master - master

View file

@ -2,6 +2,7 @@ apiVersion: extensions/v1beta1
kind: Ingress kind: Ingress
metadata: metadata:
name: public-ingress name: public-ingress
namespace: public
annotations: annotations:
kubernetes.io/ingress.class: nginx kubernetes.io/ingress.class: nginx
spec: spec: