Skip to content

Commit 84fa4ed

Browse files
authored
Add missing rabbitmq configuration (#547)
Signed-off-by: BOUHOURS Antoine <[email protected]>
1 parent 071dc22 commit 84fa4ed

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

k8s/resources/common/actions-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-m
1213
spec:

k8s/resources/common/filter-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-m
1213
spec:

k8s/resources/common/user-admin-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-xxs
1213
spec:

k8s/resources/study/dynamic-security-analysis-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-l-forking
1314
spec:

k8s/resources/study/dynamic-simulation-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-l-forking
1314
spec:

0 commit comments

Comments
 (0)