File tree 3 files changed +5
-1
lines changed
apps/faf-icebreaker/templates
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 10
10
SELF_URL : " https://ice.{{.Values.baseDomain}}"
11
11
DB_USERNAME : " faf-icebreaker"
12
12
DB_URL : " jdbc:mariadb://mariadb:3306/faf-icebreaker?ssl=false"
13
+ RABBITMQ_HOST : " rabbitmq"
14
+ RABBITMQ_USER : " faf-icebreaker"
15
+ RABBITMQ_PORT : " 5672"
13
16
CLOUDFLARE_ENABLED : " false"
14
17
XIRSYS_ENABLED : " false"
15
18
XIRSYS_TURN_ENABLED : " false"
Original file line number Diff line number Diff line change 32
32
- name : geolite-db
33
33
mountPath : /usr/share/GeoIP
34
34
containers :
35
- - image : faforever/faf-icebreaker:1.0.15
35
+ - image : faforever/faf-icebreaker:1.1.0
36
36
imagePullPolicy : Always
37
37
name : faf-icebreaker
38
38
envFrom :
Original file line number Diff line number Diff line change @@ -61,4 +61,5 @@ create_user_for_vhost faf-lobby-server MQ_USER MQ_PASSWORD $VHOST_FAF_CORE
61
61
create_user_for_vhost faf-api RABBIT_USERNAME RABBIT_PASSWORD $VHOST_FAF_CORE
62
62
create_user_for_vhost faf-league-service MQ_USER MQ_PASSWORD $VHOST_FAF_CORE
63
63
create_user_for_vhost debezium RABBITMQ_USER RABBITMQ_PASSWORD $VHOST_FAF_CORE
64
+ create_user_for_vhost faf-icebreaker RABBITMQ_USER RABBITMQ_PASSWORD $VHOST_FAF_CORE
64
65
You can’t perform that action at this time.
0 commit comments