Update ntc-pdf-converter peer IP
This commit is contained in:
parent
920f69e830
commit
09d0abd184
3 changed files with 1 additions and 42 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue