File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ type: application
14
14
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
- version : 1.5.8
17
+ version : 1.5.9
18
18
19
19
# This is the version number of the application being deployed. This version number should be
20
20
# incremented each time you make changes to the application.
Original file line number Diff line number Diff line change @@ -60,6 +60,14 @@ location = /oidc/auth {
60
60
proxy_set_header Host $http_host;
61
61
}
62
62
63
+ # /oidc/monitor
64
+ location = /oidc/monitor {
65
+ proxy_pass {{ .Env.ADAPTER_INTERNAL_URL }};
66
+ proxy_http_version 1.1;
67
+ proxy_set_header X-Forwarded-For $remote_addr;
68
+ proxy_set_header Host $http_host;
69
+ }
70
+
63
71
# /oidc/yolo
64
72
#location = /oidc/yolo {
65
73
# proxy_pass {{ .Env.ADAPTER_INTERNAL_URL }};
You can’t perform that action at this time.
0 commit comments