@@ -59,10 +59,10 @@ volumes:
59
59
value: "{ { getAnnotation .ObjectMeta (withAP `wallarm-unpack-response`) .Config.wallarm.unpackResponse } }"
60
60
- name: WALLARM_ACL_EXPORT_ENABLE
61
61
value: "{ { getAnnotation .ObjectMeta (withAP `wallarm-acl-export-enable`) .Config.wallarm.aclExportEnable } }"
62
- - name: WALLARM_TARANTOOL_HOST
63
- value: "{ { .Config.tarantool .host } }"
64
- - name: WALLARM_TARANTOOL_PORT
65
- value: "{ { .Config.tarantool .port } }"
62
+ - name: WALLARM_WSTORE_HOST
63
+ value: "{ { .Config.wstore .host } }"
64
+ - name: WALLARM_WSTORE_PORT
65
+ value: "{ { .Config.wstore .port } }"
66
66
- name: WALLARM_UPSTREAM_CONNECT_ATTEMPTS
67
67
value: "{ { getAnnotation .ObjectMeta (withAP `wallarm-upstream-connect-attempts`) .Config.wallarm.upstream.connectAttempts } }"
68
68
- name: WALLARM_UPSTREAM_RECONNECT_INTERVAL
@@ -91,16 +91,16 @@ volumes:
91
91
value: "{ { getAnnotation .ObjectMeta (withAP `nginx-worker-processes`) .Config.nginx.workerProcesses } }"
92
92
- name: NGINX_WORKER_CONNECTIONS
93
93
value: "{ { getAnnotation .ObjectMeta (withAP `nginx-worker-connections`) .Config.nginx.workerConnections } }"
94
- - name: NGINX_TARANTOOL_UPSTREAM_KEEPALIVE
95
- value: "{ { .Config.nginx.tarantoolUpstream .keepalive } }"
96
- - name: NGINX_TARANTOOL_UPSTREAM_KEEPALIVE_REQUESTS
97
- value: "{ { .Config.nginx.tarantoolUpstream .keepaliveRequests } }"
98
- - name: NGINX_TARANTOOL_UPSTREAM_SERVER_MAX_FAILS
99
- value: "{ { .Config.nginx.tarantoolUpstream .server.maxFails } }"
100
- - name: NGINX_TARANTOOL_UPSTREAM_SERVER_FAIL_TIMEOUT
101
- value: "{ { .Config.nginx.tarantoolUpstream .server.maxConns } }"
102
- - name: NGINX_TARANTOOL_UPSTREAM_SERVER_MAX_CONNS
103
- value: "{ { .Config.nginx.tarantoolUpstream .server.failTimeout } }"
94
+ - name: NGINX_WSTORE_UPSTREAM_KEEPALIVE
95
+ value: "{ { .Config.nginx.postanalyticsUpstream .keepalive } }"
96
+ - name: NGINX_WSTORE_UPSTREAM_KEEPALIVE_REQUESTS
97
+ value: "{ { .Config.nginx.postanalyticsUpstream .keepaliveRequests } }"
98
+ - name: NGINX_WSTORE_UPSTREAM_SERVER_MAX_FAILS
99
+ value: "{ { .Config.nginx.postanalyticsUpstream .server.maxFails } }"
100
+ - name: NGINX_WSTORE_UPSTREAM_SERVER_FAIL_TIMEOUT
101
+ value: "{ { .Config.nginx.postanalyticsUpstream .server.maxConns } }"
102
+ - name: NGINX_WSTORE_UPSTREAM_SERVER_MAX_CONNS
103
+ value: "{ { .Config.nginx.postanalyticsUpstream .server.failTimeout } }"
104
104
- name: NGINX_LOGS_EXTENDED
105
105
value: "{ { .Config.nginx.logs.extended } }"
106
106
- name: NGINX_LOGS_FORMAT
@@ -448,8 +448,8 @@ volumes:
448
448
Wcli arguments building
449
449
*/} }
450
450
{ {- define " wcli-args" -} }
451
- "-log-level", "{ { .Config.cron .logLevel } }",{ { " " } }
452
- { {- with .Config.cron .commands -} }
451
+ "-log-level", "{ { .Config.wcli .logLevel } }",{ { " " } }
452
+ { {- with .Config.wcli .commands -} }
453
453
{ {- range $name , $value := . -} }
454
454
"job:{ { $name } }", "-log-level", "{ { $value .logLevel } }",{ { " " } }
455
455
{ {- end -} }
0 commit comments