42 lines
816 B
YAML
42 lines
816 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/rickroll
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: vlatest@sha256:0a74da4a4f146236124e2e1826d96e2ea6a3422401cf10da2152011c6832e634
|
||
|
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: 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
|