50 lines
1013 B
YAML
50 lines
1013 B
YAML
|
env:
|
||
|
ADMIN_PASSWORD: changeme2019
|
||
|
SPLUNK_CLI_ARGS: --accept-license --no-prompt
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/splunk
|
||
|
tag: latest@sha256:869e2d91515fd8704c0647931d4f46695536a3779bfbb181e20003042c96bb2a
|
||
|
persistence:
|
||
|
appcredspersist:
|
||
|
enabled: true
|
||
|
mountPath: /opt/splunk/etc/auth
|
||
|
configpersist:
|
||
|
enabled: true
|
||
|
mountPath: /opt/splunk/etc/apps
|
||
|
datapersist:
|
||
|
enabled: true
|
||
|
mountPath: /splunkdata
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
dataingest:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
dataingest:
|
||
|
enabled: true
|
||
|
port: 9997
|
||
|
protocol: TCP
|
||
|
targetPort: 9997
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 8000
|
||
|
protocol: HTTP
|
||
|
targetPort: 8000
|
||
|
management:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
management:
|
||
|
enabled: true
|
||
|
port: 8089
|
||
|
protocol: TCP
|
||
|
targetPort: 8089
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|