From bd9aebc5fe5e5dcb0d8b813a93cdf353922a813b Mon Sep 17 00:00:00 2001 From: Paul Montero Date: Tue, 26 Feb 2019 12:35:12 -0500 Subject: [PATCH] Updates for production deployment: gitlab-ci.yaml, values, disable cron service --- .gitlab-ci.yml | 25 +++++++---------------- etc/helm/templates/cron_deployment.yaml | 4 +++- etc/helm/templates/deployment.yaml | 2 +- etc/helm/templates/hoogle_deployment.yaml | 2 +- etc/helm/values/production.yaml | 7 ++++++- etc/helm/values/staging.yaml | 4 +++- 6 files changed, 21 insertions(+), 23 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abdbcbe..0844e71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,14 +29,8 @@ variables: kubectl config set-cluster cluster --server="$KUBE_URL" --certificate-authority="$HOME/ca.pem" && kubectl config set-credentials cluster --token="$KUBE_TOKEN" && kubectl config set-context cluster --cluster=cluster --user=cluster --namespace="$KUBE_NAMESPACE" && kubectl config use-context cluster - #- &KUBEAPPLY - #- kubectl apply -f <(envsubst