chore(incubator): Move Dev to incubator and some cleanup

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-22 22:23:18 +02:00
parent d33f952798
commit 2c06051625
1320 changed files with 0 additions and 379 deletions
+48
View File
@@ -0,0 +1,48 @@
env:
ADMIN_PASSWORD: changeme2019
SPLUNK_CLI_ARGS: --accept-license --no-prompt
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/splunk
tag: latest
persistence:
appcredspersist:
enabled: true
mountPath: /opt/splunk/etc/auth
configpersist:
enabled: true
mountPath: /opt/splunk/etc/apps
datapersist:
enabled: true
mountPath: /splunkdata
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
dataingest:
enabled: true
ports:
dataingest:
enabled: true
port: 9997
protocol: TCP
targetPort: 9997
main:
enabled: true
ports:
main:
enabled: true
port: 8000
protocol: HTTP
targetPort: 8000
management:
enabled: true
ports:
management:
enabled: true
port: 8089
protocol: TCP
targetPort: 8089