8c330d3f6f
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/splunk/splunk | minor | `77183a6` → `5fef7b0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zcGx1bmsiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
61 lines
1.2 KiB
YAML
61 lines
1.2 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/splunk/splunk
|
|
tag: 10.4.0@sha256:5fef7b0d2c83f6e8b3fe3cda5885e2a01e3a6eb99d8502e6333aaa64e7021f62
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
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:
|
|
env:
|
|
SPLUNK_START_ARGS: --accept-license
|
|
SPLUNK_PASSWORD: changeme
|
|
persistence:
|
|
appcreds:
|
|
enabled: true
|
|
mountPath: /opt/splunk/etc/
|
|
config:
|
|
enabled: true
|
|
mountPath: /opt/splunk/var
|
|
data:
|
|
enabled: true
|
|
mountPath: /splunkdata
|