Skip to content

Commit

Permalink
Merge e81b289 into eefcbf6
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wiedemann authored Oct 23, 2023
2 parents eefcbf6 + e81b289 commit 0815ea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ public class GeneralProperties {
* Character used in target NGSI-LD broker for making
* or queries in a specific value
*/
private String ngsildOrQueryValue;
private String ngsildOrQueryValue=",";

/**
* Character used in target NGSI-LD broker for making
* or queries between mutiple parameters
*/
private String ngsildOrQueryKey;
private String ngsildOrQueryKey=",";

/**
* Whether to enclose queries using bracets or not
*/
private Boolean encloseQuery;
private Boolean encloseQuery=false;
}
2 changes: 1 addition & 1 deletion k3s/scorpio/scorpio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ metadata:
app.kubernetes.io/name: scorpio
app.kubernetes.io/instance: scorpio
spec:
type: LoadBalancer
type: ClusterIP
ports:
# same as orion, makes other config easier
- port: 1026
Expand Down

0 comments on commit 0815ea0

Please sign in to comment.