34 lines
562 B
YAML
34 lines
562 B
YAML
image:
|
|
repository: tccr.io/truecharts/wireshark
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.6.5@sha256:4e4f440e4fa62ee77a8feea612b36e1bda11391fdc6988c5d05ef82f2913d0cf
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
allowPrivilegeEscalation: true
|
|
privileged: true
|
|
|
|
hostNetwork: true
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 3000
|
|
port: 3000
|
|
|
|
persistence:
|
|
varrun:
|
|
enabled: true
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
|
|
portal:
|
|
enabled: true
|