From 09d0abd184a3f4afd0988c003e42f221f3190fca Mon Sep 17 00:00:00 2001 From: Aram Peres Date: Sat, 24 Sep 2022 16:46:31 -0400 Subject: [PATCH] Update ntc-pdf-converter peer IP --- .gitlab-ci.yml | 16 ---------------- onetun/ntc-comingsoon.yml | 25 ------------------------- onetun/ntc-pdf-converter.yml | 2 +- 3 files changed, 1 insertion(+), 42 deletions(-) delete mode 100644 onetun/ntc-comingsoon.yml 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