Compare commits

...

2 Commits

Author SHA1 Message Date
3251639b39 coblemmon
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 1s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 3s
Apply Kuberentes Configs / notify-on-failure (push) Has been skipped
Cleanup Docker / cleanup-docker (push) Successful in 0s
Cleanup Docker / notify-on-failure (push) Has been skipped
Cleanup NixOS Generations / cleanup-generations (push) Successful in 2s
Cleanup NixOS Generations / notify-on-failure (push) Has been skipped
Libation / update-repo (push) Successful in 0s
Libation / sync-audiobooks (push) Successful in 5s
Libation / notify-on-failure (push) Has been skipped
ZFS Backup / update-infrastructure (push) Successful in 50s
ZFS Backup / notify-on-failure (push) Has been skipped
Manage Jellyfin Playlists / update-repo (push) Successful in 1s
Manage Jellyfin Playlists / run-python (push) Successful in 48s
Manage Jellyfin Playlists / notify-on-failure (push) Has been skipped
2026-03-11 19:08:13 -06:00
1b21f2c962 coblemmon
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 1s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 4s
Apply Kuberentes Configs / notify-on-failure (push) Has been skipped
2026-03-11 19:07:19 -06:00

View File

@@ -77,6 +77,8 @@ spec:
value: "AUTO_CURSEFORGE"
- name: CF_SLUG
value: "cobbleverse-cobblemon"
- name: CF_MODPACK_ZIP
value: "/modpacks/COBBLEVERSE-1.7.30-CF.zip"
- name: CF_API_KEY
value: "$CF_API_KEY"
- name: MEMORY
@@ -93,6 +95,9 @@ spec:
volumeMounts:
- name: cobblemon-data
mountPath: /data
- name: modpacks
mountPath: /modpacks
readOnly: true
resources:
requests:
memory: "4Gi"