Commit 8ef42a4 1 parent 0da3e69 commit 8ef42a4 Copy full SHA for 8ef42a4
File tree 5 files changed +15
-4
lines changed
5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
- 1.4 .0
1
+ 1.6 .0
Original file line number Diff line number Diff line change @@ -114,6 +114,10 @@ volumes:
114
114
value: "{ { .Config.nginx.tarantoolUpstream.server.maxConns } }"
115
115
- name: NGINX_TARANTOOL_UPSTREAM_SERVER_MAX_CONNS
116
116
value: "{ { .Config.nginx.tarantoolUpstream.server.failTimeout } }"
117
+ - name: SIDECAR_NGINX_LOGS_EXTENDED
118
+ value: "{ { .Config.sidecar.nginx.logs.extended } }"
119
+ - name: SIDECAR_NGINX_LOGS_FORMAT
120
+ value: "{ { .Config.sidecar.nginx.logs.format } }"
117
121
{ { if (isSet .ObjectMeta.Annotations (withAP " nginx-http-include" )) -} }
118
122
- name: NGINX_HTTP_INCLUDE
119
123
value: "{ { index .ObjectMeta.Annotations (withAP `nginx-http-include `) } }"
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ kubeVersion: ">=1.19.16-0"
21
21
annotations :
22
22
artifacthub.io/images : |
23
23
- name: sidecar
24
- image: wallarm/sidecar:5.2.11
24
+ image: wallarm/sidecar:5.2.0-rc1
25
25
- name: sidecar-controller
26
- image: wallarm/sidecar-controller:1.4 .0
26
+ image: wallarm/sidecar-controller:1.6 .0
27
27
- name: node-helpers
28
28
image: wallarm/node-helpers:5.2.11
Original file line number Diff line number Diff line change @@ -208,6 +208,11 @@ config:
208
208
# ## Default configuration for sidecar init and regular containers
209
209
# ##
210
210
sidecar :
211
+ # ## Nginx sidecar-proxy log config
212
+ nginx :
213
+ logs :
214
+ extended : false
215
+ format : text
211
216
# ## Image for all (init and regular) containers in sidecar schema
212
217
# ##
213
218
image :
@@ -787,7 +792,7 @@ controller:
787
792
image :
788
793
registry : docker.io
789
794
image : wallarm/sidecar-controller
790
- tag : 1.4 .0
795
+ tag : 1.6 .0
791
796
pullPolicy : IfNotPresent
792
797
# -- Admission webhook configuration
793
798
# @default -- *See below for details*
Original file line number Diff line number Diff line change @@ -134,3 +134,5 @@ EXEC_CMD="env $GITHUB_VARS $RUN_TESTS -n ${PYTEST_WORKERS} ${PYTEST_ARGS}"
134
134
kubectl exec pytest ${EXEC_ARGS} -- ${EXEC_CMD} || get_logs_and_fail
135
135
extra_debug_logs
136
136
clean_allure_report
137
+
138
+ kubectl logs ${POD} -c sidecar-proxy
You can’t perform that action at this time.
0 commit comments