23 lines
411 B
YAML
23 lines
411 B
YAML
image:
|
|
repository: tccr.io/truecharts/shlink-web-client
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.6.0@sha256:96985d31439093366d69027d2dd37cb57a56baa10fc33a98ff10578d1ba68a5a
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 80
|
|
port: 10154
|
|
protocol: HTTP
|
|
|
|
env: {}
|