Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ proxy:

{% if metric is defined %}
metric:
enabled: {{ metric.enabled }}
enabled: {{ metric.enabled | lower }}
port: {{ metric.port }}
path: {{ metric.path }}
{% else %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ proxy:

{% if metric is defined %}
metric:
enabled: {{ metric.enabled }}
enabled: {{ metric.enabled | lower }}
port: {{ metric.port }}
path: {{ metric.path }}
{% else %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ proxy:

{% if metric is defined %}
metric:
enabled: {{ metric.enabled }}
enabled: {{ metric.enabled | lower }}
port: {{ metric.port }}
path: {{ metric.path }}
{% else %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ external_redis:
# # tls configuration for redis connection
# # only server-authentication is supported
# # mtls for redis connection is not supported
# # tls connection will be disable by default
# # tls connection will be disable by default
tlsOptions:
enable: {{ external_redis.tlsOptions.enable }}
# if it is a self-signed ca, please set the ca path specifically.
Expand All @@ -531,7 +531,7 @@ external_redis:
# # tls configuration for redis connection
# # only server-authentication is supported
# # mtls for redis connection is not supported
# # tls connection will be disable by default
# # tls connection will be disable by default
# tlsOptions:
# enable: false
# # if it is a self-signed ca, please set the ca path specifically.
Expand Down Expand Up @@ -570,7 +570,7 @@ external_redis:
# # tls configuration for redis connection
# # only server-authentication is supported
# # mtls for redis connection is not supported
# # tls connection will be disable by default
# # tls connection will be disable by default
# tlsOptions:
# enable: false
# # if it is a self-signed ca, please set the ca path specifically.
Expand Down Expand Up @@ -631,7 +631,7 @@ proxy:

{% if metric is defined %}
metric:
enabled: {{ metric.enabled }}
enabled: {{ metric.enabled | lower }}
port: {{ metric.port }}
path: {{ metric.path }}
{% else %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ external_redis:
# # tls configuration for redis connection
# # only server-authentication is supported
# # mtls for redis connection is not supported
# # tls connection will be disable by default
# # tls connection will be disable by default
tlsOptions:
enable: {{ external_redis.tlsOptions.enable }}
# if it is a self-signed ca, please set the ca path specifically.
Expand All @@ -531,7 +531,7 @@ external_redis:
# # tls configuration for redis connection
# # only server-authentication is supported
# # mtls for redis connection is not supported
# # tls connection will be disable by default
# # tls connection will be disable by default
# tlsOptions:
# enable: false
# # if it is a self-signed ca, please set the ca path specifically.
Expand Down Expand Up @@ -570,7 +570,7 @@ external_redis:
# # tls configuration for redis connection
# # only server-authentication is supported
# # mtls for redis connection is not supported
# # tls connection will be disable by default
# # tls connection will be disable by default
# tlsOptions:
# enable: false
# # if it is a self-signed ca, please set the ca path specifically.
Expand Down Expand Up @@ -631,7 +631,7 @@ proxy:

{% if metric is defined %}
metric:
enabled: {{ metric.enabled }}
enabled: {{ metric.enabled | lower }}
port: {{ metric.port }}
path: {{ metric.path }}
{% else %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ proxy:

{% if metric is defined %}
metric:
enabled: {{ metric.enabled }}
enabled: {{ metric.enabled | lower }}
port: {{ metric.port }}
path: {{ metric.path }}
{% else %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ proxy:

{% if metric is defined %}
metric:
enabled: {{ metric.enabled }}
enabled: {{ metric.enabled | lower }}
port: {{ metric.port }}
path: {{ metric.path }}
{% else %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ proxy:

{% if metric is defined %}
metric:
enabled: {{ metric.enabled }}
enabled: {{ metric.enabled | lower }}
port: {{ metric.port }}
path: {{ metric.path }}
{% else %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ proxy:

{% if metric is defined %}
metric:
enabled: {{ metric.enabled }}
enabled: {{ metric.enabled | lower }}
Comment thread
thuvh marked this conversation as resolved.
port: {{ metric.port }}
path: {{ metric.path }}
{% else %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ proxy:

{% if metric is defined %}
metric:
enabled: {{ metric.enabled }}
enabled: {{ metric.enabled | lower }}
port: {{ metric.port }}
path: {{ metric.path }}
{% else %}
Expand Down Expand Up @@ -564,4 +564,3 @@ cache:
enabled: false
expire_hours: 24
{% endif %}

Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ proxy:

{% if metric is defined %}
metric:
enabled: {{ metric.enabled }}
enabled: {{ metric.enabled | lower }}
port: {{ metric.port }}
path: {{ metric.path }}
{% else %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ proxy:

{% if metric is defined %}
metric:
enabled: {{ metric.enabled }}
enabled: {{ metric.enabled | lower }}
port: {{ metric.port }}
path: {{ metric.path }}
{% else %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ proxy:

{% if metric is defined %}
metric:
enabled: {{ metric.enabled }}
enabled: {{ metric.enabled | lower }}
port: {{ metric.port }}
path: {{ metric.path }}
{% else %}
Expand Down