41 lines
738 B
YAML
41 lines
738 B
YAML
image:
|
|
repository: tccr.io/truecharts/cyberchef
|
|
tag: 10.4.0@sha256:4593408e99e874b21df2227f00826c7b52e1af41e690cd6cf468bd1b729197c4
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10219
|
|
protocol: http
|
|
targetPort: 8000
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env: {}
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|