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 b94bd2a commit 68504d7Copy full SHA for 68504d7
apps/faf-user-service/templates/config.yaml
@@ -25,3 +25,4 @@ data:
25
LOBBY_URL: "wss://ws.{{.Values.baseDomain}}"
26
IRC_TOKEN_TTL: "86400"
27
REPLAY_URL: "wss://replay-ws.{{.Values.baseDomain}}"
28
+ ALTCHA_ENABLED: "true"
apps/faf-user-service/templates/deployment.yaml
@@ -22,7 +22,7 @@ spec:
22
prometheus.io/path: '/actuator/prometheus'
23
spec:
24
containers:
- - image: faforever/faf-user-service:4.0.1
+ - image: faforever/faf-user-service:master
imagePullPolicy: Always
name: faf-user-service
envFrom:
0 commit comments