fix(mc-bungeecord): fix identation on services (#3474)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: minecraft-bungeecord
|
name: minecraft-bungeecord
|
||||||
version: 0.0.12
|
version: 0.0.13
|
||||||
appVersion: "2022.4.1"
|
appVersion: "2022.4.1"
|
||||||
description: A Spigot BungeeCord server.
|
description: A Spigot BungeeCord server.
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -45,12 +45,12 @@ service:
|
|||||||
main:
|
main:
|
||||||
port: 25565
|
port: 25565
|
||||||
targetPort: 25577
|
targetPort: 25577
|
||||||
rcon:
|
rcon:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
rcon:
|
rcon:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 25578
|
port: 25578
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|||||||
Reference in New Issue
Block a user