Merge branch 'master' of https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog
All checks were successful
renovate / renovate (push) Successful in 1m47s
All checks were successful
renovate / renovate (push) Successful in 1m47s
This commit is contained in:
@@ -10,6 +10,8 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: bedrockservermanager
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
@@ -24,6 +26,8 @@ spec:
|
||||
containerPort: 11325
|
||||
- name: mc
|
||||
containerPort: 19132
|
||||
- name: mc-creative
|
||||
containerPort: 19134
|
||||
volumeMounts:
|
||||
- mountPath: /root/.config/bedrock-server-manager
|
||||
name: csismb-bedrockservermanager-config
|
||||
|
||||
@@ -9,5 +9,8 @@ spec:
|
||||
- protocol: UDP
|
||||
name: mc
|
||||
port: 19132
|
||||
- protocol: UDP
|
||||
name: mc-creative
|
||||
port: 19134
|
||||
selector:
|
||||
app: bedrockservermanager
|
||||
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: app
|
||||
image: neosmemo/memos:0.25
|
||||
image: neosmemo/memos:0.26
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: MEMOS_PORT
|
||||
|
||||
Reference in New Issue
Block a user