switch to ducoterra namespace

This commit is contained in:
ducoterra
2020-03-15 12:23:57 -04:00
parent 8bdae44e23
commit 0c75d914c1
7 changed files with 20 additions and 19 deletions

View File

@@ -1,20 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: minecraft-1-15-1
namespace: minecraft
name: minecraft
spec:
selector:
matchLabels:
app: minecraft-1-15-1
app: minecraft
template:
metadata:
labels:
app: minecraft-1-15-1
app: minecraft
spec:
containers:
- name: minecraft-1-15-1
image: ducoterra/minecraft_1.15.1:0.0.8
- name: minecraft
image: hub.ducoterra.net/ducoterra/minecraft:20w11a.2
ports:
- containerPort: 25565
volumeMounts:
@@ -31,12 +30,12 @@ spec:
value: "4"
resources:
requests:
memory: 1Mi
cpu: 1m
memory: "2Gi"
cpu: 250m
limits:
memory: "4Gi"
cpu: "4"
volumes:
- name: data
persistentVolumeClaim:
claimName: minecraft-1-15-1
claimName: minecraft