Skip to content

Commit 4af1358

Browse files
asararatnakarjkneubuh
authored andcommitted
Using port 8080 for proxy probe checks to fix the errors
Signed-off-by: asararatnakar <[email protected]>
1 parent 03d6f43 commit 4af1358

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

definitions/orderer/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ spec:
139139
livenessProbe:
140140
failureThreshold: 6
141141
tcpSocket:
142-
port: 7443
142+
port: 8080
143143
initialDelaySeconds: 30
144144
timeoutSeconds: 5
145145
name: proxy
@@ -150,7 +150,7 @@ spec:
150150
name: https
151151
readinessProbe:
152152
tcpSocket:
153-
port: 7443
153+
port: 8080
154154
initialDelaySeconds: 26
155155
periodSeconds: 5
156156
timeoutSeconds: 5

definitions/peer/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ spec:
194194
livenessProbe:
195195
failureThreshold: 6
196196
tcpSocket:
197-
port: 7443
197+
port: 8080
198198
initialDelaySeconds: 30
199199
timeoutSeconds: 5
200200
name: proxy
@@ -205,7 +205,7 @@ spec:
205205
name: https
206206
readinessProbe:
207207
tcpSocket:
208-
port: 7443
208+
port: 8080
209209
initialDelaySeconds: 26
210210
periodSeconds: 5
211211
timeoutSeconds: 5

0 commit comments

Comments
 (0)