mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2026-05-14 08:35:22 +00:00
minecraft correction and added configmap secret
This commit is contained in:
@ -37,12 +37,19 @@ spec:
|
||||
requests:
|
||||
cpu: 2
|
||||
memory: 5Gi
|
||||
limits:
|
||||
cpu: 2
|
||||
memory: 14Gi
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: minecraft-configmap
|
||||
ports:
|
||||
- containerPort: 25565
|
||||
name: serverport
|
||||
- containerPort: 8100
|
||||
name: bluemap
|
||||
- containerPort: 25575
|
||||
name: rcon
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
|
||||
Reference in New Issue
Block a user