mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(minecraft): netpols
This commit is contained in:
@@ -21,6 +21,7 @@ spec:
|
||||
pod:
|
||||
labels:
|
||||
egress.home.arpa/world: "true"
|
||||
egress.home.arpa/world-https: "true"
|
||||
containers:
|
||||
main:
|
||||
image: &image
|
||||
|
||||
@@ -24,4 +24,6 @@ spec:
|
||||
# same namespace
|
||||
- toEndpoints:
|
||||
- matchLabels:
|
||||
io.kubernetes.pod.namespace: *app
|
||||
io.kubernetes.pod.namespace: *app
|
||||
- toEntities:
|
||||
- world
|
||||
@@ -19,7 +19,7 @@ metadata:
|
||||
spec:
|
||||
sourcePVC: "minecraft-data"
|
||||
trigger:
|
||||
schedule: "0 6 * * *"
|
||||
schedule: "0 22 * * *" # 6am GMT+8
|
||||
restic:
|
||||
copyMethod: "Snapshot"
|
||||
pruneIntervalDays: 14
|
||||
|
||||
Reference in New Issue
Block a user