We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799e241 commit 1cd3da7Copy full SHA for 1cd3da7
apps/faf-icebreaker/templates/config.yaml
@@ -19,4 +19,5 @@ data:
19
GEOIPUPDATE_EDITION_IDS: "GeoLite2-City"
20
LOKI_BASE_URL: "http://monitoring-loki-gateway.faf-ops.svc"
21
FORCE_RELAY: "true"
22
+ REAL_IP_HEADER: "Cf-Connecting-Ip"
23
QUARKUS_LOG_CATEGORY__COM_FAFOREVER__LEVEL: "TRACE"
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.1.9
+ - image: faforever/faf-icebreaker:1.2.0-RC2
36
imagePullPolicy: Always
37
name: faf-icebreaker
38
envFrom:
0 commit comments