Skip to content

Commit

Permalink
add portal config
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 21, 2023
1 parent a65c619 commit 36836e2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: bungee-portals-config
data:
portal.yml: |
world#-2#68#0: debug-pr-{{ .Values.SeichiAssistPullRequestNumber }}-s1
world#-2#68#1: debug-pr-{{ .Values.SeichiAssistPullRequestNumber }}-s1
world#-2#69#0: debug-pr-{{ .Values.SeichiAssistPullRequestNumber }}-s1
world#-2#69#1: debug-pr-{{ .Values.SeichiAssistPullRequestNumber }}-s1
world#-1#69#0: debug-pr-{{ .Values.SeichiAssistPullRequestNumber }}-s1
world#-1#69#1: debug-pr-{{ .Values.SeichiAssistPullRequestNumber }}-s1
world#-1#68#1: debug-pr-{{ .Values.SeichiAssistPullRequestNumber }}-s1
world#-1#68#0: debug-pr-{{ .Values.SeichiAssistPullRequestNumber }}-s1
world#-1#70#1: debug-pr-{{ .Values.SeichiAssistPullRequestNumber }}-s1
world#-1#70#0: debug-pr-{{ .Values.SeichiAssistPullRequestNumber }}-s1
world#-2#70#0: debug-pr-{{ .Values.SeichiAssistPullRequestNumber }}-s1
world#-2#70#1: debug-pr-{{ .Values.SeichiAssistPullRequestNumber }}-s1
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@ spec:
mountPath: /jmx-exporter/jmx-exporter-config.yaml
subPath: jmx-exporter-config.yaml

# BungeePortals プラグインの設定ファイル
- name: bungee-portals-config
mountPath: /plugins/BungeePortals/portal.yml
subPath: portal.yml

- name: mod-downloader-volume
mountPath: /plugins

Expand All @@ -237,6 +242,9 @@ spec:
- name: minecraft-ops-config
configMap:
name: minecraft-ops-config
- name: bungee-portals-config
configMap:
name: bungee-portals-config

# JMX exporterをinitContainerでダウンロードしてBugneeCordに受け渡すためのvolume
- name: jmx-exporter-download-volume
Expand Down

0 comments on commit 36836e2

Please sign in to comment.