TrueChartsClone/charts/incubator/splunk/values.yaml

64 lines
1.1 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: splunk/splunk
tag: 9.1.2@sha256:2a94cd38514f6f3b6bee2cd1df36ded17d7b8148ccb35e3be2a91258f6e5c46b
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
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