image: repository: modem7/docker-rickroll pullPolicy: IfNotPresent tag: latest@sha256:f6edb5e5f6bcc073d507a0588dd8eec20c22555846239fe5a2039f18eed6043d 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