Skip to content

Commit

Permalink
fix placement
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 21, 2023
1 parent 24c910c commit 628213c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,14 @@ spec:
# JMX exporterをinitContainerでダウンロードしてBugneeCordに受け渡すためのvolume
- name: jmx-exporter-download-volume
emptyDir: {}
- name: world-download-volume
emptyDir: {}
- name: common-jmx-exporter-config
configMap:
name: common-jmx-exporter-config

# mod-downloaderからプラグインをinitContainerでダウンロードしてBugneeCordに受け渡すためのvolume
- name: mod-downloader-volume
emptyDir: {}

# S1から取ってきたワールドデータをぶちこむボリューム
- name: world-download-volume
emptyDir: {}

0 comments on commit 628213c

Please sign in to comment.