catalog/stable/rickroll/3.0.25/ix_values.yaml

38 lines
806 B
YAML

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