Skip to content

Commit 41b65a5

Browse files
committed
now the server should remain updated
1 parent ca56f56 commit 41b65a5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

nix-k8s-homelab/charts/servers/factorioVanilla/overlays/non-prod/kustomization.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,15 @@ kind: Kustomization
33

44
resources:
55
- ../../base
6+
7+
patches:
8+
- target:
9+
kind: Deployment
10+
name: vanilla-factorio-server-charts
11+
patch: |-
12+
- op: add
13+
path: /metadata/annotations
14+
value:
15+
keel.sh/policy: force
16+
keel.sh/trigger: poll
17+
keel.sh/pollSchedule: "@every 10m"

0 commit comments

Comments
 (0)