Files
truecharts/charts/stable/wireshark/values.yaml
T
Stavros KoisandGitHub 19dd5a26d9 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
2022-04-03 15:15:13 +02:00

29 lines
415 B
YAML

image:
repository: tccr.io/truecharts/wireshark
pullPolicy: IfNotPresent
tag: v3.4.13
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
hostNetwork: true
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
targetPort: 3000
port: 3000
persistence:
varrun:
enabled: true
config:
enabled: true
mountPath: "/config"