catalog/incubator/game-server-watcher/0.0.1/ix_values.yaml

56 lines
1.3 KiB
YAML

image:
repository: ghcr.io/a-sync/game-server-watcher
pullPolicy: IfNotPresent
tag: v3.0.0@sha256:34d717b8353284d2b2d18c862b2dece46b61aeedce1b20dc00610de9a7a46a23
securityContext:
container:
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
port: 10690
workload:
main:
podSpec:
containers:
main:
env:
# Writeable folder for data storage
DATA_PATH: "{{.Values.persistence.data.mountPath }}"
# Web service host
HOST: 0.0.0.0
# Web service port
PORT: "{{ .Values.service.main.ports.main.port }}"
# Admin PASSWORD
SECRET: secret
# Enable or Disable debug mode
DBG: 0
# Game server info refresh interval in minutes
REFRESH_TIME_MINUTES: 2
# Steam web API key
STEAM_WEB_API_KEY: ""
# Discord bot token
DISCORD_BOT_TOKEN: ""
# Telegram bot token
TELEGRAM_BOT_TOKEN: ""
# Slack bot token
SLACK_BOT_TOKEN: ""
# Slack app token
SLACK_APP_TOKEN: ""
persistence:
data:
enabled: true
mountPath: "/data"
portal:
open:
enabled: true