Skip to content

Commit dd8fd67

Browse files
bump app-proxy to 1.2340.4 (#248)
* add REPOS_HOST_MAPPING * bump app-proxy to `1.2340.4` * fixed readyness and liveness ports, and app-proxy svc port --------- Co-authored-by: Eti Zaguri <[email protected]>
1 parent d2e484e commit dd8fd67

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,12 @@ spec:
217217
name: cap-app-proxy-cm
218218
key: reposDir
219219
optional: true
220+
- name: REPOS_HOST_MAPPING
221+
valueFrom:
222+
configMapKeyRef:
223+
name: cap-app-proxy-cm
224+
key: reposHostMapping
225+
optional: true
220226
- name: RUNTIME_NAME
221227
valueFrom:
222228
configMapKeyRef:
@@ -277,14 +283,14 @@ spec:
277283
initialDelaySeconds: 10
278284
timeoutSeconds: 10
279285
httpGet:
280-
port: http
286+
port: 8080
281287
path: /api/readyz
282288
livenessProbe:
283289
initialDelaySeconds: 10
284290
timeoutSeconds: 10
285291
failureThreshold: 10
286292
httpGet:
287-
port: http
293+
port: 8080
288294
path: /api/healthz
289295
ports:
290296
- name: http

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ spec:
1111
- name: http
1212
port: 3017
1313
protocol: TCP
14-
targetPort: http
14+
targetPort: 8080

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.2334.1
7+
newTag: 1.2340.4
88

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

0 commit comments

Comments
 (0)