File tree Expand file tree Collapse file tree 3 files changed +12
-13
lines changed
apps/app-proxy/_components/codefresh-base Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -141,10 +141,10 @@ spec:
141
141
containerPort : 80
142
142
resources :
143
143
requests :
144
- memory : " 256Mi "
144
+ memory : " 512Mi "
145
145
ephemeral-storage : " 2Gi"
146
146
cpu : " 100m"
147
147
limits :
148
- memory : " 1500Mi "
148
+ memory : " 1Gi "
149
149
ephemeral-storage : " 6Gi"
150
150
cpu : " 1500m"
Original file line number Diff line number Diff line change @@ -14,17 +14,16 @@ resources:
14
14
- app-proxy.cm.yaml
15
15
- ingress.yaml
16
16
17
- pathches :
17
+ patches :
18
+ # This is a fix for ignoring invalid response header
19
+ # from g.codefresh caused by imperva. Need to fix this
20
+ # before removing this patch.
18
21
- target :
19
22
name : cap-app-proxy
20
- kind : Deployment
21
23
group : apps
22
24
version : v1
23
- patch : |-
25
+ kind : Deployment
26
+ patch : |
24
27
- op: add
25
- path: /spec/template/spec/containers/0/resources
26
- value:
27
- requests:
28
- memory: 512Mi
29
- limits:
30
- memory: 1Gi
28
+ path: /spec/template/spec/containers/0/env/-
29
+ value: { name: NODE_ENV, value: '--insecure-http-parser' }
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ configMapGenerator:
12
12
- name : codefresh-cm
13
13
behavior : create
14
14
literals :
15
- - version=0.0.522 # Runtime version
16
- - bootstrapRevision=0.0.522 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
15
+ - version=0.0.523 # Runtime version
16
+ - bootstrapRevision=0.0.523 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
17
17
- appsetRequeueTime=15
18
18
19
19
replacements :
You can’t perform that action at this time.
0 commit comments