File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 8
8
"ingresses" : [
9
9
" https://sif-innsyn-api.intern.dev.nav.no"
10
10
],
11
+ "inboundRules" : [
12
+ {
13
+ "app" : " sif-demo-app" ,
14
+ "namespace" : " duseldorf" ,
15
+ "cluster" : " dev-gcp"
16
+ }
17
+ ],
11
18
"externalHosts" : [
12
19
" login.microsoftonline.com" ,
13
20
" saf.dev-fss-pub.nais.io" ,
Original file line number Diff line number Diff line change 34
34
- application : endringsmelding-pleiepenger
35
35
- application : dine-pleiepenger
36
36
- application : k9-sak-innsyn-api # Kaller hit for legacy søknader.
37
- - application : sif-demo-app
38
- namespace : dusseldorf
39
- cluster : dev-gcp
37
+ {{#each inboundRules}}
38
+ - application : {{app}}
39
+ namespace : {{namespace}}
40
+ cluster : {{cluster}}
41
+ {{/each}}
40
42
outbound :
41
43
external :
42
44
{{#each externalHosts as |host|}}
Original file line number Diff line number Diff line change 8
8
"ingresses" : [
9
9
" https://sif-innsyn-api.intern.nav.no"
10
10
],
11
+ "inboundRules" : [],
11
12
"externalHosts" : [
12
13
" login.microsoftonline.com" ,
13
14
" saf.prod-fss-pub.nais.io" ,
You can’t perform that action at this time.
0 commit comments