image: pullPolicy: IfNotPresent repository: splunk/splunk tag: 9.2.0@sha256:5923c523f8eeb6b7b083b58e24ca946b1647a8868b2f02a636c4161287368cec securityContext: container: runAsNonRoot: false readOnlyRootFilesystem: false runAsUser: 0 runAsGroup: 0 splunk: acceptLicense: true password: changeme extraArgs: [] service: dataingest: enabled: true ports: dataingest: enabled: true port: 9997 protocol: http targetPort: 9997 main: ports: main: port: 8000 protocol: http targetPort: 8000 hec: enabled: true ports: hec: enabled: true port: 8088 protocol: http targetPort: 8088 management: enabled: true ports: management: enabled: true port: 8089 protocol: http targetPort: 8089 workload: main: podSpec: containers: main: envFrom: - secretRef: name: "secret" persistence: appcreds: enabled: true mountPath: /opt/splunk/etc/ config: enabled: true mountPath: /opt/splunk/var datap: enabled: true mountPath: /splunkdata portal: open: enabled: true