Skip to content

Commit 9fae276

Browse files
committed
replaced port 80 with 8080
1 parent a5dc35b commit 9fae276

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

csdp/base_components/apps/app-proxy/_components/codefresh-base/app-proxy.deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,18 +283,18 @@ spec:
283283
initialDelaySeconds: 10
284284
timeoutSeconds: 10
285285
httpGet:
286-
port: 8080
286+
port: http
287287
path: /api/readyz
288288
livenessProbe:
289289
initialDelaySeconds: 10
290290
timeoutSeconds: 10
291291
failureThreshold: 10
292292
httpGet:
293-
port: 8080
293+
port: http
294294
path: /api/healthz
295295
ports:
296296
- name: http
297-
containerPort: 80
297+
containerPort: 8080
298298
resources:
299299
requests:
300300
memory: '512Mi'

0 commit comments

Comments
 (0)