diff --git a/charts/stable/wireshark/questions.yaml b/charts/stable/wireshark/questions.yaml index 0430e78dea5..199e7f72b2b 100644 --- a/charts/stable/wireshark/questions.yaml +++ b/charts/stable/wireshark/questions.yaml @@ -63,7 +63,7 @@ questions: label: Privileged mode schema: type: boolean - default: true + default: false - variable: readOnlyRootFilesystem label: ReadOnly Root Filesystem schema: @@ -73,7 +73,7 @@ questions: label: Allow Privilege Escalation schema: type: boolean - default: true + default: false - variable: runAsNonRoot label: runAsNonRoot schema: diff --git a/charts/stable/wireshark/values.yaml b/charts/stable/wireshark/values.yaml index a2bd225a83e..c3f84fa1792 100644 --- a/charts/stable/wireshark/values.yaml +++ b/charts/stable/wireshark/values.yaml @@ -6,28 +6,38 @@ image: securityContext: readOnlyRootFilesystem: false runAsNonRoot: false - allowPrivilegeEscalation: true - privileged: true - -hostNetwork: true + capabilities: + add: + - NET_ADMIN podSecurityContext: runAsUser: 0 runAsGroup: 0 +hostNetwork: true + service: main: ports: main: targetPort: 3000 + protocol: HTTP port: 3000 +probes: + liveness: + path: / + readiness: + path: / + startup: + path: / + persistence: varrun: enabled: true config: enabled: true - mountPath: "/config" + mountPath: /config portal: enabled: true