We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e602a0 commit 5471789Copy full SHA for 5471789
apps/faf-icebreaker/templates/config.yaml
@@ -10,6 +10,8 @@ data:
10
SELF_URL: "https://ice.{{.Values.baseDomain}}"
11
DB_USERNAME: "faf-icebreaker"
12
DB_URL: "jdbc:mariadb://mariadb:3306/faf-icebreaker?ssl=false"
13
+ RABBITMQ_HOST: "rabbitmq"
14
+ RABBITMQ_PORT: "5672"
15
CLOUDFLARE_ENABLED: "false"
16
XIRSYS_ENABLED: "false"
17
XIRSYS_TURN_ENABLED: "false"
apps/faf-icebreaker/templates/deployment.yaml
@@ -32,7 +32,7 @@ spec:
32
- name: geolite-db
33
mountPath: /usr/share/GeoIP
34
containers:
35
- - image: faforever/faf-icebreaker:1.0.15
+ - image: faforever/faf-icebreaker:1.1.0
36
imagePullPolicy: Always
37
name: faf-icebreaker
38
envFrom:
0 commit comments