Skip to content

Commit

Permalink
Merge pull request #1914 from GiganticMinecraft/add-static-iscsi-vol
Browse files Browse the repository at this point in the history
minecraft-server-dataは直接LUNをマウント
  • Loading branch information
unchama authored Mar 14, 2024
2 parents d5b3f24 + 2ca1da3 commit 939d5d3
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -418,12 +418,12 @@ spec:
# mod-downloaderからプラグインをinitContainerでダウンロードしてMinecraftに受け渡すためのvolume
- name: mod-downloader-volume
emptyDir: {}

volumeClaimTemplates:
- metadata:
name: minecraft-server-data
spec:
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 10Gi
# サーバーデータが格納されているディレクトリはNAS上の特定のiSCSIパスで公開されたLUNドライブを直接マウントする
# このボリュームに保存されたデータのライフサイクルに関する管理(バックアップリストアほか)はkubernetes上で管理されずNASに一任される
- name: minecraft-server-data
iscsi:
targetPortal: 192.168.16.240:3260
iqn: iqn.2000-01.com.synology:seichi-cloud.k8s-static-pv--minecraft-server-data-mcserver--debug-s1-0
lun: 0
readOnly: false

0 comments on commit 939d5d3

Please sign in to comment.