Skip to content

Commit

Permalink
Merge pull request #1514 from GiganticMinecraft/add-mod-downloader-vo…
Browse files Browse the repository at this point in the history
…lume

mod-downloaderにvolumeをマウントする
  • Loading branch information
outductor authored Dec 16, 2023
2 parents 482dcc5 + 9519596 commit 59f1849
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ spec:
value: deb-1-18-2
- name: DOWNLOAD_TARGET_DIR_PATH
value: /plugins
volumeMounts:
- name: mod-downloader-volume
mountPath: /plugins

containers:
- resources:
Expand Down Expand Up @@ -188,6 +191,9 @@ spec:
mountPath: /jmx-exporter/jmx-exporter-config.yaml
subPath: jmx-exporter-config.yaml

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

volumes:
- name: common-mcserver-configs
configMap:
Expand All @@ -205,3 +211,7 @@ spec:
- name: common-jmx-exporter-config
configMap:
name: common-jmx-exporter-config

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

0 comments on commit 59f1849

Please sign in to comment.