TrueChartsClone/charts/stable/rickroll/values.yaml

38 lines
768 B
YAML

image:
repository: modem7/docker-rickroll
pullPolicy: IfNotPresent
tag: latest@sha256:ec27a901c60300204e35d32baeb73b9954e86485206151e6727c5db907dd9bf4
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
port: 10289
targetPort: 8080
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
readiness:
type: http
startup:
type: http
env:
TITLE: "Rickroll"
HEIGHT: "100vh"
WIDTH: "100%"
HEADLINE: ""
portal:
open:
enabled: true