mc is superflat
This commit is contained in:
parent
55fbae687a
commit
f7ad935dac
1 changed files with 6 additions and 6 deletions
|
|
@ -8,11 +8,11 @@ metadata:
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: mc
|
name: superflat
|
||||||
namespace: superflat
|
namespace: superflat
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: mc
|
app: superflat
|
||||||
ports:
|
ports:
|
||||||
- name: "35565"
|
- name: "35565"
|
||||||
port: 35565
|
port: 35565
|
||||||
|
|
@ -23,19 +23,19 @@ spec:
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: mc
|
name: superflat
|
||||||
namespace: superflat
|
namespace: superflat
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: mc
|
app: superflat
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: mc
|
app: superflat
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
|
|
@ -50,7 +50,7 @@ spec:
|
||||||
- name: VERSION
|
- name: VERSION
|
||||||
value: 1.20.4
|
value: 1.20.4
|
||||||
image: itzg/minecraft-server
|
image: itzg/minecraft-server
|
||||||
name: mc
|
name: superflat
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 25565
|
- containerPort: 25565
|
||||||
hostPort: 35565
|
hostPort: 35565
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue