TrueChartsClone/charts/stable/splunk/values.yaml

72 lines
1.2 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: splunk/splunk
tag: 9.3.0@sha256:ec4479b588a6c6edf62bdc812fac92a563a1f0384dc63f9dbad55c35340fa763
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
data:
enabled: true
mountPath: /splunkdata
portal:
open:
enabled: true