Skip to content

Commit 2f06ecc

Browse files
denis-codefreshATGardnerandrii-codefresh
authored andcommitted
Cr 15967 bb enr rc (#147)
* mount argocd-token to app-proxy env * bumped app-proxy to 1.2016.2 Co-authored-by: Noam Gal <noam.gal@codefresh.io> Co-authored-by: andrii-codefresh <andrii@codefresh.io>
1 parent 83ae0f4 commit 2f06ecc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ spec:
3333
volumeMounts:
3434
- mountPath: /app/config/tls
3535
name: tls-certs
36+
readOnly: true
3637
- mountPath: /app/config/all
3738
name: all-certs
3839
resources:
@@ -177,10 +178,11 @@ spec:
177178
volumeMounts:
178179
- mountPath: /app/config/all
179180
name: all-certs
181+
readOnly: true
180182
volumes:
181183
- name: all-certs
182184
emptyDir: {}
183-
- configMap:
185+
- name: tls-certs
186+
configMap:
184187
defaultMode: 420
185188
name: argocd-tls-certs-cm
186-
name: tls-certs

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
@@ -3,7 +3,7 @@ kind: Component
33
images:
44
- name: quay.io/codefresh/cap-app-proxy
55
newName: quay.io/codefresh/cap-app-proxy
6-
newTag: 1.1995.2
6+
newTag: 1.2016.2
77
resources:
88
- app-proxy.deploy.yaml
99
- app-proxy.svc.yaml

0 commit comments

Comments
 (0)