# yaml-language-server: $schema=./values.schema.json image: pullPolicy: IfNotPresent repository: docker.io/splunk/splunk tag: 10.4.1@sha256:af4f671c9c931bfd80954e7f1baaff8540d1378ae26b098666cf05256bb24311 securityContext: container: runAsNonRoot: false readOnlyRootFilesystem: false runAsUser: 0 runAsGroup: 0 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: env: SPLUNK_START_ARGS: --accept-license SPLUNK_PASSWORD: changeme persistence: appcreds: enabled: true mountPath: /opt/splunk/etc/ config: enabled: true mountPath: /opt/splunk/var data: enabled: true mountPath: /splunkdata