fix(rickroll): Add rickroll images and network (#3400)

* fix(rickroll): Add rickroll images and network

* add ci tests and missing sections

* update images

* update digest

Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Xstar97
2022-08-09 12:22:11 +02:00
committed by GitHub
co-authored by Stavros kois Stavros Kois Kjeld Schouten-Lebbing
parent 112167a15c
commit c16145c3e3
7 changed files with 96 additions and 19 deletions
@@ -0,0 +1 @@
imageSelector: "imagefhd"
@@ -0,0 +1 @@
imageSelector: "imagefhdgame"
@@ -0,0 +1 @@
imageSelector: "imagefhdonclick"
@@ -0,0 +1 @@
imageSelector: "imageonclick"
+62 -2
View File
@@ -1,7 +1,26 @@
# Include{groups} # Include{groups}
portals: {} portals:
open:
# Include{portalLink}
questions: questions:
# Include{global} # Include{global}
- variable: imageSelector
group: "Container Image"
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "Auto starts, but muted | SD quality"
- value: "imagefhd"
description: "Auto starts, but muted | 1080p quality"
- value: "imagefhdgame"
description: "Lost the game onClick | 1080p quality"
- value: "imagefhdonclick"
description: "Uses an onClick method with a poster image | 1080p quality"
- value: "imagefhdonclick"
description: "Uses an onClick method with a poster image | SD quality"
# Include{controller} # Include{controller}
# Include{controllerDeployment} # Include{controllerDeployment}
# Include{replicas} # Include{replicas}
@@ -9,11 +28,52 @@ questions:
# Include{strategy} # Include{strategy}
# Include{recreate} # Include{recreate}
# Include{controllerExpert} # Include{controllerExpert}
# Include{containerConfig}
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: main
label: "Main Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10289
required: true
# Include{advancedPortHTTP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 8080
# Include{serviceExpertRoot} # Include{serviceExpertRoot}
default: false default: false
# Include{serviceExpert} # Include{serviceExpert}
# Include{serviceList} # Include{serviceList}
# Include{persistenceList} # Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: "Main Ingress"
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList} # Include{ingressList}
# Include{security} # Include{security}
# Include{securityContextAdvancedRoot} # Include{securityContextAdvancedRoot}
@@ -47,7 +107,7 @@ questions:
default: 0 default: 0
- variable: runAsGroup - variable: runAsGroup
label: "runAsGroup" label: "runAsGroup"
description: The groupID this App of the user running the application" description: "The groupID this App of the user running the application"
schema: schema:
type: int type: int
default: 0 default: 0
+30 -17
View File
@@ -1,28 +1,41 @@
env: {}
image: image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/rickroll repository: tccr.io/truecharts/rickroll
tag: latest@sha256:4b841b543e92dbca7d04d5d8af69c7e00b270a69bf42c5665060cd4ba6f5e4c6 pullPolicy: IfNotPresent
persistence: {} tag: latest@sha256:0dac223d148af2b858316ba3bd28466e35d91b724541420439170d2055c70148
podSecurityContext: imagefhd:
runAsGroup: 0 repository: tccr.io/truecharts/rickroll-fhd
runAsUser: 0 pullPolicy: IfNotPresent
probes: tag: latest@sha256:e9fa8994f11ec9143ba3d8cff5e5ae454a069acf71e0f614dcbe12eb0b9fc541
liveness: imagefhdgame:
enabled: false repository: tccr.io/truecharts/rickroll-fhd-game
readiness: pullPolicy: IfNotPresent
enabled: false tag: latest@sha256:6290d3022f6969ce64278aef10a8bf4ad84b2c4438f43d6fe4366862b250be9c
startup: imagefhdonclick:
enabled: false repository: tccr.io/truecharts/rickroll-fhd-onclick
pullPolicy: IfNotPresent
tag: latest@sha256:d99dba2a6f73426d6404d9ef3bdeeb2af4440d98f039f8614260aa7d7ecfeaa2
imageonclick:
repository: tccr.io/truecharts/rickroll-onclick
pullPolicy: IfNotPresent
tag: latest@sha256:8b3c9444e7acaed9d8799dff317770cd549a4e12e0903f29eb2ba5c8d2c44f51
imageSelector: "image"
securityContext: securityContext:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
runAsNonRoot: false runAsNonRoot: false
podSecurityContext:
runAsGroup: 0
runAsUser: 0
service: service:
main: main:
enabled: false
ports: ports:
main: main:
enabled: false protocol: HTTP
targetPort: 8080
port: 10289
portal: portal:
enabled: false enabled: true