Skip to content

Commit

Permalink
fix: tailscale lib module (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-20 authored Feb 8, 2025
1 parent 00c73c8 commit 57a5c75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions monitor/victoria-metrics/stateful-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ spec:
hostPath:
path: /dev/net/tun
type: CharDevice
- name: lib-modules
hostPath:
path: /lib/modules
type: Directory

containers:
- name: victoria-metrics
Expand Down Expand Up @@ -103,6 +107,9 @@ spec:
mountPath: /var/run/tailscale
- name: dev-net-tun
mountPath: /dev/net/tun
- name: lib-modules
mountPath: /lib/modules
readOnly: true
env:
- name: TS_KUBE_SECRET
value: ""
Expand Down

0 comments on commit 57a5c75

Please sign in to comment.