Skip to content

Commit

Permalink
add ops.json in debug server
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 17, 2023
1 parent 8ef5347 commit 5954d8b
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: minecraft-ops-config
data:
ops.json: |
[
{
"uuid": "0ea34656-b1c7-45c0-8b89-1ec55a70fe17",
"name": "Lucky3028",
"level": 4,
"bypassesPlayerLimit": false
},
{
"uuid": "0e117246-6d1c-46f1-b4f3-4310b9fbfedb",
"name": "galapon",
"level": 4,
"bypassesPlayerLimit": false
},
{
"uuid": "89f9b874-8303-4605-b45b-c271ab6d6a89",
"name": "Kory3",
"level": 4,
"bypassesPlayerLimit": false
},
{
"uuid": "b66cc3f6-a045-42ad-b4b8-320f20caf140",
"name": "unchama",
"level": 4,
"bypassesPlayerLimit": false
},
{
"uuid": "e1ee55bb-c993-4896-88e9-9893a11df27a",
"name": "rito_5289",
"level": 4,
"bypassesPlayerLimit": false
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ spec:
- name: common-mcserver-configs
mountPath: /config/spigot.yml
subPath: spigot.yml
- name: minecraft-ops-config
mountPath: /config/ops.json
subPath: ops.json

# DiscordSRV プラグインの設定ファイル
- name: common-mcserver-plugin-configs
Expand Down Expand Up @@ -204,6 +207,9 @@ spec:
- name: seichiassist-config
configMap:
name: seichiassist-config
- name: minecraft-ops-config
configMap:
name: minecraft-ops-config

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

0 comments on commit 5954d8b

Please sign in to comment.