2021-12-12 22:27:04 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/wireshark
|
|
|
|
pullPolicy: IfNotPresent
|
2022-03-26 03:04:05 +00:00
|
|
|
tag: v3.4.13
|
2021-12-12 22:27:04 +00:00
|
|
|
|
|
|
|
securityContext:
|
2022-04-03 13:15:13 +00:00
|
|
|
readOnlyRootFilesystem: false
|
2021-12-12 22:27:04 +00:00
|
|
|
runAsNonRoot: false
|
|
|
|
|
2022-04-03 13:15:13 +00:00
|
|
|
hostNetwork: true
|
|
|
|
|
2021-12-12 22:27:04 +00:00
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
targetPort: 3000
|
2022-04-03 13:15:13 +00:00
|
|
|
port: 3000
|
2021-12-12 22:27:04 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
varrun:
|
|
|
|
enabled: true
|
|
|
|
config:
|
|
|
|
enabled: true
|
2021-12-18 19:25:00 +00:00
|
|
|
mountPath: "/config"
|