Merge branch 'master' of https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog
All checks were successful
renovate / renovate (push) Successful in 1m47s

This commit is contained in:
2026-02-18 13:53:30 +11:00
3 changed files with 8 additions and 1 deletions

View File

@@ -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

View File

@@ -9,5 +9,8 @@ spec:
- protocol: UDP
name: mc
port: 19132
- protocol: UDP
name: mc-creative
port: 19134
selector:
app: bedrockservermanager

View File

@@ -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