Skip to content

Commit

Permalink
updated to current repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisses committed Feb 25, 2022
1 parent e6065f2 commit 2329eb5
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 22 deletions.
10 changes: 10 additions & 0 deletions components/location_extractor/chectl-install.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
mkdir -p /usr/local/lib
cd /usr/local/lib
rm -rf chectl
rm -rf ~/.local/share/chectl/client
curl -fsSL https://che-incubator.github.io/chectl/download-link/stable-linux-x64
curl -#fSL https://github.com/che-incubator/chectl/releases/download/7.43.0/chectl-linux-x64.tar.gz | tar xz
rm -f || true
rm -f /usr/local/bin/chectl
ln -s /usr/local/lib/chectl/bin/chectl /usr/local/bin/chectl
/usr/local/lib/chectl/bin/node -v > /dev/null 2>&1 || rm /usr/local/lib/chectl/bin/node
35 changes: 17 additions & 18 deletions components/location_extractor/location-extractor.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,34 @@ KUBERNETES_PORT_443_TCP_PROTO=tcp
KUBERNETES_SERVICE_HOST=10.96.0.1
KUBERNETES_SERVICE_PORT=443
KUBERNETES_SERVICE_PORT_HTTPS=443
LOCATION_EXTRACTOR_PORT=tcp://10.99.131.191:8081
LOCATION_EXTRACTOR_PORT_8081_TCP=tcp://10.99.131.191:8081
LOCATION_EXTRACTOR_PORT_8081_TCP_ADDR=10.99.131.191
LOCATION_EXTRACTOR_PORT=tcp://10.101.99.49:8081
LOCATION_EXTRACTOR_PORT_8081_TCP=tcp://10.101.99.49:8081
LOCATION_EXTRACTOR_PORT_8081_TCP_ADDR=10.101.99.49
LOCATION_EXTRACTOR_PORT_8081_TCP_PORT=8081
LOCATION_EXTRACTOR_PORT_8081_TCP_PROTO=tcp
LOCATION_EXTRACTOR_SERVICE_HOST=10.99.131.191
LOCATION_EXTRACTOR_SERVICE_HOST=10.101.99.49
LOCATION_EXTRACTOR_SERVICE_PORT=8081
NEWS_BACKEND_PORT=tcp://10.99.45.225:8080
NEWS_BACKEND_PORT_8080_TCP=tcp://10.99.45.225:8080
NEWS_BACKEND_PORT_8080_TCP_ADDR=10.99.45.225
NEWS_BACKEND_PORT=tcp://10.98.187.123:8080
NEWS_BACKEND_PORT_8080_TCP=tcp://10.98.187.123:8080
NEWS_BACKEND_PORT_8080_TCP_ADDR=10.98.187.123
NEWS_BACKEND_PORT_8080_TCP_PORT=8080
NEWS_BACKEND_PORT_8080_TCP_PROTO=tcp
NEWS_BACKEND_SERVICE_HOST=10.99.45.225
NEWS_BACKEND_SERVICE_HOST=10.98.187.123
NEWS_BACKEND_SERVICE_PORT=8080
NEWS_FRONTEND_PORT=tcp://10.106.210.133:80
NEWS_FRONTEND_PORT_80_TCP=tcp://10.106.210.133:80
NEWS_FRONTEND_PORT_80_TCP_ADDR=10.106.210.133
NEWS_FRONTEND_PORT=tcp://10.104.94.148:80
NEWS_FRONTEND_PORT_80_TCP=tcp://10.104.94.148:80
NEWS_FRONTEND_PORT_80_TCP_ADDR=10.104.94.148
NEWS_FRONTEND_PORT_80_TCP_PORT=80
NEWS_FRONTEND_PORT_80_TCP_PROTO=tcp
NEWS_FRONTEND_SERVICE_HOST=10.106.210.133
NEWS_FRONTEND_SERVICE_HOST=10.104.94.148
NEWS_FRONTEND_SERVICE_PORT=80
POSTGIS_PORT=tcp://10.106.43.42:5400
POSTGIS_PORT_5400_TCP=tcp://10.106.43.42:5400
POSTGIS_PORT_5400_TCP_ADDR=10.106.43.42
POSTGIS_PORT=tcp://10.111.68.166:5400
POSTGIS_PORT_5400_TCP=tcp://10.111.68.166:5400
POSTGIS_PORT_5400_TCP_ADDR=10.111.68.166
POSTGIS_PORT_5400_TCP_PORT=5400
POSTGIS_PORT_5400_TCP_PROTO=tcp
POSTGIS_SERVICE_HOST=10.106.43.42
POSTGIS_SERVICE_HOST=10.111.68.166
POSTGIS_SERVICE_PORT=5400
TELEPRESENCE_CONTAINER=location-extractor
TELEPRESENCE_INTERCEPT_ID=9a6dd8b9-f028-492f-8087-fad138cfbb4b:location-extractor-location-extractor-dev
TELEPRESENCE_INTERCEPT_ID=33f550ae-40c3-4325-913b-4a10591331a7:location-extractor-location-extractor-dev
TELEPRESENCE_MOUNTS=/var/run/secrets/kubernetes.io
TELEPRESENCE_ROOT=/tmp/telfs-3768379814
Binary file added components/news-backend/odo
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ projects:
- name: localnews
source:
type: git
location: 'https://github.com/Javatar81/localnews.git'
location: 'https://github.com/Apress/Kubernetes-Native-Development'
components:
####
- type: dockerimage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ projects:
- name: localnews
source:
type: git
location: 'https://github.com/Javatar81/localnews.git'
location: 'https://github.com/Apress/Kubernetes-Native-Development'
### all components except news-frontend
- alias: location-extractor
type: kubernetes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ projects:
- name: localnews
source:
type: git
location: 'https://github.com/Javatar81/localnews.git'
location: 'https://github.com/Apress/Kubernetes-Native-Development'
components:
### news-frontend
- type: chePlugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ projects:
- name: localnews
source:
type: git
location: 'https://github.com/Javatar81/localnews.git'
location: 'https://github.com/Apress/Kubernetes-Native-Development'
components:
### location-extractor
- alias: location-extractor
Expand Down

0 comments on commit 2329eb5

Please sign in to comment.