diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1753460..253efe2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,22 +83,6 @@ abitibi:deploy: changes: - abitibi/**/* -onetun-ntc-comingsoon:deploy: - stage: deploy - image: wavyfm/helm-kubectl-docker:v1.19.3-v3.4.2 - script: - - mkdir -p ${KUBECONFIG_PARENT} - - echo ${K8S_CLUSTER_CONFIG} | base64 -d > ${KUBECONFIG} - - # Deploy using helm chart - - cd ${ONETUN_SRC} - - helm upgrade --install -n ${DEPLOY_NAMESPACE} -f ./ntc-comingsoon.yml ntc-comingsoon ./chart/onetun - only: - refs: - - master - changes: - - onetun/**/* - onetun-ntc-pdf-converter:deploy: stage: deploy image: wavyfm/helm-kubectl-docker:v1.19.3-v3.4.2 diff --git a/onetun/ntc-comingsoon.yml b/onetun/ntc-comingsoon.yml deleted file mode 100644 index 707e211..0000000 --- a/onetun/ntc-comingsoon.yml +++ /dev/null @@ -1,25 +0,0 @@ -onetun: - secretName: onetun-ntc-comingsoon - keepAlive: 10 - sourcePeerIP: 192.168.4.17 - destination: 192.168.4.2:7001 - log: info - -ingress: - enabled: true - annotations: - kubernetes.io/ingress.class: nginx - hosts: - - host: notetaking.club - paths: - - path: / - pathType: ImplementationSpecific - - host: www.notetaking.club - paths: - - path: / - pathType: ImplementationSpecific - tls: - - secretName: notetaking.club-wildcard-tls - hosts: - - notetaking.club - - www.notetaking.club diff --git a/onetun/ntc-pdf-converter.yml b/onetun/ntc-pdf-converter.yml index e4323f3..6fac854 100644 --- a/onetun/ntc-pdf-converter.yml +++ b/onetun/ntc-pdf-converter.yml @@ -1,7 +1,7 @@ onetun: secretName: onetun-ntc-pdf-converter keepAlive: 10 - sourcePeerIP: 192.168.4.18 + sourcePeerIP: 192.168.4.100 destination: 192.168.4.2:7000 log: info