42 lines
790 B
YAML
42 lines
790 B
YAML
hostNetwork: true
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/linuxserver/wireshark
|
|
tag: 4.0.10@sha256:82b4892e963e9f65c1d93014a6f6bf8cec99403def04828f7e6d67ec0d71ab41
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
varrun:
|
|
enabled: true
|
|
portal:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
capabilities:
|
|
add:
|
|
- NET_ADMIN
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3000
|
|
protocol: HTTP
|
|
targetPort: 3000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
path: /
|
|
readiness:
|
|
path: /
|
|
startup:
|
|
path: /
|