Skip to content

Commit b5d6cc9

Browse files
authored
replaced port 80 with 8080 (#259)
1 parent 7ddc8ac commit b5d6cc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Component
44
images:
55
- name: quay.io/codefresh/cap-app-proxy
66
newName: quay.io/codefresh/cap-app-proxy
7-
newTag: 1.2355.0
7+
newTag: 1.2355.0
88

99
resources:
1010
- app-proxy.deploy.yaml

0 commit comments

Comments
 (0)