Files
truecharts/charts/incubator/splunk/values.yaml
T
db8fde0d73 feat(Splunk): Change to upstream *Breaking change* (#5092)
* feat(Splunk): Change to upstream *Breaking change*

* fix CLI args

* Change another env

* some changes

* Update charts/incubator/splunk/templates/_config.tpl

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/splunk/templates/_config.tpl

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* cleanup

* whops

* typo

* secret

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-12-05 10:20:19 +02:00

60 lines
1.0 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: splunk/splunk
tag: 9.0.2@sha256:a12eca0fbe252329e3b8c235cd8b26b31f4203a32132eb31c42ae1a86cd79256
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
splunk:
acceptLicense: true
password: changeme
extraArgs: []
envFrom:
- secretRef:
name: '{{ include "tc.common.names.fullname" . }}-splunk-config'
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
persistence:
appcreds:
enabled: true
mountPath: /opt/splunk/etc/
config:
enabled: true
mountPath: /opt/splunk/var
datap:
enabled: true
mountPath: /splunkdata
portal:
enabled: true