Skip to content

Commit 071dc22

Browse files
authored
add with rabbitmq where missing (#546)
Signed-off-by: Etienne LESOT <[email protected]>
1 parent e39dbbc commit 071dc22

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

k8s/resources/common/loadflow-server-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ metadata:
77
version: "1"
88
app.kubernetes.io/component: gridsuite-springboot
99
gridsuite.org/springboot-with-database: "true"
10+
gridsuite.org/springboot-with-rabbitmq: "true"
1011
annotations:
1112
gridsuite.org/size: springboot-xxl-forking
1213
spec:

k8s/resources/study/dynamic-margin-calculation-server-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ metadata:
77
version: "1"
88
app.kubernetes.io/component: gridsuite-springboot
99
gridsuite.org/springboot-with-database: "true"
10+
gridsuite.org/springboot-with-rabbitmq: "true"
1011
annotations:
1112
gridsuite.org/size: springboot-l-forking
1213
spec:

k8s/resources/study/sensitivity-analysis-server-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ metadata:
77
version: "1"
88
app.kubernetes.io/component: gridsuite-springboot
99
gridsuite.org/springboot-with-database: "true"
10+
gridsuite.org/springboot-with-rabbitmq: "true"
1011
annotations:
1112
gridsuite.org/size: springboot-xxl-forking
1213
spec:

k8s/resources/study/shortcircuit-server-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ metadata:
88
app.kubernetes.io/component: gridsuite-springboot
99
gridsuite.org/springboot-with-database: "true"
1010
gridsuite.org/springboot-with-s3: "true"
11+
gridsuite.org/springboot-with-rabbitmq: "true"
1112
annotations:
1213
gridsuite.org/size: springboot-xl-forking
1314
spec:

k8s/resources/study/voltage-init-server-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ metadata:
88
app.kubernetes.io/component: gridsuite-springboot
99
gridsuite.org/springboot-with-database: "true"
1010
gridsuite.org/springboot-with-s3: "true"
11+
gridsuite.org/springboot-with-rabbitmq: "true"
1112
annotations:
1213
gridsuite.org/size: springboot-xxl-forking
1314
spec:

0 commit comments

Comments
 (0)