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:
co-authored by
Stavros kois
Stavros Kois
Kjeld Schouten-Lebbing
parent
112167a15c
commit
c16145c3e3
@@ -1,28 +1,41 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/rickroll
|
||||
tag: latest@sha256:4b841b543e92dbca7d04d5d8af69c7e00b270a69bf42c5665060cd4ba6f5e4c6
|
||||
persistence: {}
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:0dac223d148af2b858316ba3bd28466e35d91b724541420439170d2055c70148
|
||||
imagefhd:
|
||||
repository: tccr.io/truecharts/rickroll-fhd
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:e9fa8994f11ec9143ba3d8cff5e5ae454a069acf71e0f614dcbe12eb0b9fc541
|
||||
imagefhdgame:
|
||||
repository: tccr.io/truecharts/rickroll-fhd-game
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:6290d3022f6969ce64278aef10a8bf4ad84b2c4438f43d6fe4366862b250be9c
|
||||
imagefhdonclick:
|
||||
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:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
ports:
|
||||
main:
|
||||
enabled: false
|
||||
protocol: HTTP
|
||||
targetPort: 8080
|
||||
port: 10289
|
||||
|
||||
portal:
|
||||
enabled: false
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user