Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bungee-config #1579

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,22 @@ spec:
config.yml: |
servers:
{{- range . }}
debug-pr-{{ . }}:
debug-pr-{{ . }}-lobby:
address: mcserver--debug-lobby.seichi-debug-minecraft-on-seichiassist-pr-{{ . }}:25565
restricted: false
motd: ''
debug-pr-{{ . }}-s1:
address: mcserver--debug-s1.seichi-debug-minecraft-on-seichiassist-pr-{{ . }}:25565
restricted: false
motd: ''
{{- end }}

listeners:
- priorities:
# FIXME: PR が一個も出ていない時に壊れる。そもそもそのような状況で繋ぐサーバーを用意すべきかも
- debug-pr-{{ (index . 0) }}
- debug-pr-{{ (index . 0) }}-lobby
forced_hosts:
play-debug.seichi.click: debug-pr-{{ (index . 0) }}
play-debug.seichi.click: debug-pr-{{ (index . 0) }}-lobby

query_port: 25565
motd: ''
Expand Down