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