42 lines
816 B
YAML
42 lines
816 B
YAML
image:
|
|
repository: tccr.io/truecharts/rickroll
|
|
pullPolicy: IfNotPresent
|
|
tag: vlatest@sha256:cdfe17754b1e0cf3cb84b55ac727b8dcedb4764c6d66103558b9527672177f4c
|
|
|
|
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
|