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: selector:
matchLabels: matchLabels:
app: bedrockservermanager app: bedrockservermanager
strategy:
type: Recreate
template: template:
metadata: metadata:
labels: labels:
@@ -24,6 +26,8 @@ spec:
containerPort: 11325 containerPort: 11325
- name: mc - name: mc
containerPort: 19132 containerPort: 19132
- name: mc-creative
containerPort: 19134
volumeMounts: volumeMounts:
- mountPath: /root/.config/bedrock-server-manager - mountPath: /root/.config/bedrock-server-manager
name: csismb-bedrockservermanager-config name: csismb-bedrockservermanager-config

View File

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

View File

@@ -17,7 +17,7 @@ spec:
spec: spec:
containers: containers:
- name: app - name: app
image: neosmemo/memos:0.25 image: neosmemo/memos:0.26
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: MEMOS_PORT - name: MEMOS_PORT