tier list
Some checks failed
Build and Deploy / Build & Push Image (push) Failing after 5s

This commit is contained in:
2026-03-16 20:06:26 -06:00
parent cbeecb1021
commit f69f287ece
5 changed files with 150 additions and 15 deletions

View File

@@ -30,6 +30,8 @@ spec:
value: "4000"
- name: MINECRAFT_SERVER_URL
value: "http://minecraft-svc:8085"
- name: CACHE_DIR
value: "/app/cache"
- name: SECRET_KEY_BASE
valueFrom:
secretKeyRef:
@@ -39,6 +41,8 @@ spec:
- name: cobblemon-data
mountPath: /cobblemon-data
readOnly: true
- name: cache
mountPath: /app/cache
resources:
requests:
cpu: 100m
@@ -65,3 +69,7 @@ spec:
hostPath:
path: /data/minecraft/cobblemon-data
type: Directory
- name: cache
hostPath:
path: /data/minecraft/cobblemon-ui-cache
type: DirectoryOrCreate