Skip to content

Commit

Permalink
made sure that the k3s resources are also configured
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Nov 12, 2023
1 parent 94574c3 commit e26c6ee
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ spec:
- name: tileserver-src # serve tileserver-vol at /maps/vol/...
image: alpine:18
imagePullPolicy: IfNotPresent
command:
- sh
- -c
- "apk add --no-cache rsync && rsync --daemon --no-detach --config=/etc/rsyncd.conf"
ports:
- containerPort: 873
name: rsync
Expand Down

0 comments on commit e26c6ee

Please sign in to comment.