mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2026-05-14 00:15:20 +00:00
21 lines
316 B
YAML
21 lines
316 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: minecraft-configmap
|
|
namespace: minecraft
|
|
data:
|
|
SERVER_NAME: "Example Minecraft Server"
|
|
EULA: "true"
|
|
MAX_PLAYERS: "10"
|
|
ENABLE_WHITELIST: "true"
|
|
OPS: |
|
|
tomas
|
|
Shy_Doge
|
|
aleroqu
|
|
kiuma
|
|
WHITELIST: |
|
|
tomas
|
|
Shy_Doge
|
|
aleroqu
|
|
kiuma
|