This repository was archived by the owner on Aug 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-27
lines changed Expand file tree Collapse file tree 2 files changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -117,29 +117,6 @@ server {
117
117
}
118
118
# END Mock alt master branch
119
119
120
- # BEGIN Dialog master branch
121
- location /sosialhjelp/meldinger-api/ {
122
- proxy_set_header Host sosialhjelp-dialog-api${DOMENE_PA_INNSIDEN};
123
- proxy_pass https://sosialhjelp-dialog-api${DOMENE_PA_INNSIDEN}/sosialhjelp/meldinger-api/;
124
- proxy_ssl_server_name on;
125
- proxy_http_version 1.1;
126
- }
127
-
128
- location /sosialhjelp/meldinger {
129
- proxy_set_header Host sosialhjelp-dialog-bruker${DOMENE_PA_INNSIDEN};
130
- proxy_pass https://sosialhjelp-dialog-bruker${DOMENE_PA_INNSIDEN}/sosialhjelp/meldinger;
131
- proxy_ssl_server_name on;
132
- proxy_http_version 1.1;
133
- }
134
-
135
- location /sosialhjelp/meldinger-veileder {
136
- proxy_set_header Host sosialhjelp-dialog-veileder${DOMENE_PA_INNSIDEN};
137
- proxy_pass https://sosialhjelp-dialog-veileder${DOMENE_PA_INNSIDEN}/sosialhjelp/meldinger-veileder;
138
- proxy_ssl_server_name on;
139
- proxy_http_version 1.1;
140
- }
141
- # END Dialog master branch
142
-
143
120
# BEGIN Avtaler master branch
144
121
location /sosialhjelp/avtaler/ {
145
122
proxy_set_header Host sosialhjelp-avtaler${DOMENE_PA_INNSIDEN};
Original file line number Diff line number Diff line change 26
26
- application : " sosialhjelp-modia-api{{appNamePostfix}}"
27
27
- application : " sosialhjelp-mock-alt{{appNamePostfix}}"
28
28
- application : " sosialhjelp-mock-alt-api{{appNamePostfix}}"
29
- - application : " sosialhjelp-dialog-bruker{{appNamePostfix}}"
30
- - application : " sosialhjelp-dialog-veileder{{appNamePostfix}}"
31
- - application : " sosialhjelp-dialog-api{{appNamePostfix}}"
32
29
- application : " sosialhjelp-fagsystem-mock{{appNamePostfix}}"
33
30
- application : " sosialhjelp-avtaler{{appNamePostfix}}"
34
31
- application : " sosialhjelp-avtaler-api{{appNamePostfix}}"
37
34
- application : " sosialhjelp-soknad-api{{appNamePostfix}}"
38
35
- application : " sosialhjelp-innsyn-api{{appNamePostfix}}"
39
36
- application : " sosialhjelp-modia-api{{appNamePostfix}}"
40
- - application : " sosialhjelp-dialog-api{{appNamePostfix}}"
41
37
- application : " sosialhjelp-avtaler-api{{appNamePostfix}}"
42
38
ingresses :
43
39
{{#each ingresses}}
You can’t perform that action at this time.
0 commit comments