fix(wireshark): rw root fs / hostnet (#2389)
* fix(wireshark): rw root fs / netadmin / hostnet * chore(sqlitebrowser): use different port to avoid conflicts * remove net_admin from wireshark, don't set hostnetwork on zerotier on gui * bump common
This commit is contained in:
@@ -4,8 +4,11 @@ image:
|
||||
tag: v3.4.13
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
hostNetwork: true
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
@@ -15,7 +18,7 @@ service:
|
||||
ports:
|
||||
main:
|
||||
targetPort: 3000
|
||||
port: 10137
|
||||
port: 3000
|
||||
|
||||
persistence:
|
||||
varrun:
|
||||
|
||||
Reference in New Issue
Block a user