diff options
Diffstat (limited to 'bundles/golink/files/kube.yaml')
| -rw-r--r-- | bundles/golink/files/kube.yaml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/bundles/golink/files/kube.yaml b/bundles/golink/files/kube.yaml index 8ab2789..64b1614 100644 --- a/bundles/golink/files/kube.yaml +++ b/bundles/golink/files/kube.yaml @@ -5,6 +5,7 @@ metadata: labels: traefik.enable: false spec: + imagePullPolicy: Always restartPolicy: Never dnsPolicy: Default securityContext: @@ -13,6 +14,11 @@ spec: containers: - name: golink image: ghcr.io/tailscale/golink:main + args: + - --sqlitedb=/home/nonroot/golink.db + - --snapshot=/home/nonroot/snapshot.json + - --https=true + - --readonly=true volumeMounts: - name: golink-data mountPath: /home/nonroot @@ -20,9 +26,6 @@ spec: limits: cpu: 20m memory: 100Mi - requests: - cpu: 10m - memory: 50Mi volumes: - name: golink-data hostPath: |