Skip to content

Commit

Permalink
Merge pull request #1882 from GiganticMinecraft/add-remove-old-plugins
Browse files Browse the repository at this point in the history
feat: サーバー上にあるプラグインを消すコンテナを追加
  • Loading branch information
unchama authored Mar 4, 2024
2 parents a765549 + b6cf5b7 commit fe785fd
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ spec:
- "sh"
- "-c"
- 'wget -O /root/jmx-exporter-download/jmx-exporter-javaagent.jar "${JMX_EXPORTER_URL}"'
- name: delete-jars
image: busybox:1.36.1
volumeMounts:
- name: minecraft-server-data
mountPath: /data
command:
- "sh"
- "-c"
- "rm -rf /data/plugins/*.jar"
- name: mod-downloader
image: ghcr.io/giganticminecraft/mod-downloader:sha-ac8ba5c
env:
Expand Down

0 comments on commit fe785fd

Please sign in to comment.