Skip to content

Commit 0f8f0bb

Browse files
authored
Merge pull request #111 from cloudfoundry-community/feature/ci-laste-orca
enhance sevice discovery
2 parents 8608d3c + dca9988 commit 0f8f0bb

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ci/nozzle.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ RUN pip install psutil && pip install requests --upgrade
1313
ENV GOPATH /go
1414

1515
ENV HEC_WORKERS=8
16-
ENV SKIP_SSL_VALIDATION=true
1716
ENV ADD_APP_INFO=true
17+
ENV SKIP_SSL_VALIDATION_CF=true
18+
ENV SKIP_SSL_VALIDATION_SPLUNK=true
1819

1920
ENV API_ENDPOINT=http://trafficcontroller:9911
2021
ENV API_USER=admin

ci/services.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
trafficcontroller:
2-
image: zlchen/trafficcontroller:latest
2+
image: zlchen/trafficcontroller:1.3
33
hostname: trafficcontroller
44
ports:
55
- "8081"
66
- "9911"
77
restart: always
88

99
nozzle:
10-
image: zlchen/nozzle:latest
10+
image: zlchen/nozzle:1.3
1111
hostname: nozzle
1212
ports:
1313
- "9912"
@@ -20,4 +20,7 @@ nozzle:
2020
- SPLUNK_INDEX=main
2121
- SKIP_SSL_VALIDATION_CF=true
2222
- SKIP_SSL_VALIDATION_SPLUNK=true
23+
- NOZZLE_BRANCH=develop
24+
links:
25+
- trafficcontroller
2326
restart: always

0 commit comments

Comments
 (0)