Fix infra namespaces
This commit is contained in:
parent
22ac332f75
commit
b2a2657e23
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue