This PR contains the following updates: | Package | Update | Change | |---|---|---| | splunk/splunk | digest | `f27a7e6` -> `5923c52` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
72 lines
1.2 KiB
YAML
72 lines
1.2 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: splunk/splunk
|
|
tag: 9.2.0@sha256:5923c523f8eeb6b7b083b58e24ca946b1647a8868b2f02a636c4161287368cec
|
|
|
|
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
|
|
datap:
|
|
enabled: true
|
|
mountPath: /splunkdata
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|