This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user