2022-07-22 20:19:45 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
2022-12-05 08:20:19 +00:00
|
|
|
repository: splunk/splunk
|
2023-02-20 22:24:08 +00:00
|
|
|
tag: 9.0.4@sha256:864f89b8acee4d54c81f9431da78175ff70379d554ab3f3db3d2c92fb4641b8d
|
2022-12-05 08:20:19 +00:00
|
|
|
|
2022-07-22 20:19:45 +00:00
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
2022-12-05 08:20:19 +00:00
|
|
|
|
2022-07-22 20:19:45 +00:00
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
2022-12-05 08:20:19 +00:00
|
|
|
|
|
|
|
splunk:
|
|
|
|
acceptLicense: true
|
|
|
|
password: changeme
|
|
|
|
extraArgs: []
|
|
|
|
|
|
|
|
envFrom:
|
|
|
|
- secretRef:
|
|
|
|
name: '{{ include "tc.common.names.fullname" . }}-splunk-config'
|
|
|
|
|
2022-07-22 20:19:45 +00:00
|
|
|
service:
|
|
|
|
dataingest:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
dataingest:
|
|
|
|
enabled: true
|
|
|
|
port: 9997
|
2022-11-27 21:43:25 +00:00
|
|
|
protocol: HTTP
|
2022-07-22 20:19:45 +00:00
|
|
|
targetPort: 9997
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8000
|
|
|
|
protocol: HTTP
|
|
|
|
targetPort: 8000
|
|
|
|
management:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
management:
|
|
|
|
enabled: true
|
|
|
|
port: 8089
|
2022-11-27 21:43:25 +00:00
|
|
|
protocol: HTTP
|
2022-07-22 20:19:45 +00:00
|
|
|
targetPort: 8089
|
2022-08-08 21:25:02 +00:00
|
|
|
|
2022-12-05 08:20:19 +00:00
|
|
|
persistence:
|
|
|
|
appcreds:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /opt/splunk/etc/
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /opt/splunk/var
|
|
|
|
datap:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /splunkdata
|
|
|
|
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
|
|
|
enabled: true
|