From de6be210f57ce9134b80ab21c29630df75f8b23c Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Thu, 4 Jan 2024 19:49:57 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E3=83=A1=E3=82=A4=E3=83=B3=E3=82=B5?= =?UTF-8?q?=E3=83=BC=E3=83=90=E3=83=BC=E3=81=ABOriginSpawn=E3=81=AEconfig?= =?UTF-8?q?=E3=82=92=E5=85=A5=E3=82=8C=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/debug-s1/plugin-config.yaml | 13 +++++++++++++ .../templates/debug-s1/seichiassist.yaml | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/debug-s1/plugin-config.yaml diff --git a/seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/debug-s1/plugin-config.yaml b/seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/debug-s1/plugin-config.yaml new file mode 100644 index 000000000..6b2605e13 --- /dev/null +++ b/seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/debug-s1/plugin-config.yaml @@ -0,0 +1,13 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: s1-config +data: + config.yml: | + world-name: world_2 + loc-x: 41 + loc-y: 69 + loc-z: -6 + loc-yaw: 0.0 + loc-pitch: 0.0 + always-force-players-spawn: true diff --git a/seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/debug-s1/seichiassist.yaml b/seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/debug-s1/seichiassist.yaml index 146ac2a13..c0e3a4b2f 100644 --- a/seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/debug-s1/seichiassist.yaml +++ b/seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/debug-s1/seichiassist.yaml @@ -355,6 +355,11 @@ spec: mountPath: /plugins/Multiverse-Portals/portals.yml subPath: portals.yml + # OriginSpawn プラグインの設定ファイル + - name: s1-config + mountPath: /plugins/OriginSpawn/config.yml + subPath: config.yml + - name: mod-downloader-volume mountPath: /plugins