Skip to content

Commit 624168a

Browse files
committed
Update faf-icebreaker to 1.2.0-RC2
1 parent 559f9b1 commit 624168a

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

apps/faf-icebreaker/templates/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ data:
2020
GEOIPUPDATE_EDITION_IDS: "GeoLite2-City"
2121
LOKI_BASE_URL: "http://monitoring-loki-gateway.faf-ops.svc"
2222
FORCE_RELAY: "true"
23+
REAL_IP_HEADER: "Cf-Connecting-Ip"
2324
QUARKUS_LOG_CATEGORY__COM_FAFOREVER__LEVEL: "TRACE"

apps/faf-icebreaker/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- name: geolite-db
3333
mountPath: /usr/share/GeoIP
3434
containers:
35-
- image: faforever/faf-icebreaker:1.1.9
35+
- image: faforever/faf-icebreaker:1.2.0-RC2
3636
imagePullPolicy: Always
3737
name: faf-icebreaker
3838
envFrom:

apps/faf-icebreaker/templates/local-secret.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ stringData:
1313
RABBITMQ_PASSWORD: "banana"
1414
XIRSYS_IDENT: "banana"
1515
XIRSYS_SECRET: "banana"
16+
HETZNER_API_KEY: "banana"
1617
JWT_PRIVATE_KEY_PATH: |-
1718
-----BEGIN PRIVATE KEY-----
1819
MIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDXsCsl9W0vnW2k

0 commit comments

Comments
 (0)