Sha256: de4408ef035ed98720191de488986deb724a4e2db767b5170fe0fd8fcfc704f6
Contents?: true
Size: 644 Bytes
Versions: 10
Compression:
Stored size: 644 Bytes
Contents
apiVersion: v1 kind: Pod metadata: name: splunk spec: hostNetwork: true securityContext: runAsUser: 0 runAsGroup: 0 containers: - name: splunk image: splunk/splunk:latest ports: - containerPort: 8000 hostPort: 8000 protocol: TCP - containerPort: 8088 hostPort: 8088 protocol: TCP - containerPort: 8089 hostPort: 8089 protocol: TCP env: - name: SPLUNK_START_ARGS value: --accept-license - name: SPLUNK_USER value: root - name: SPLUNK_PASSWORD value: helloworld - name: SPLUNK_LAUNCH_CONF value: OPTIMISTIC_ABOUT_FILE_LOCKING=1
Version data entries
10 entries across 10 versions & 1 rubygems