29 lines
509 B
YAML
29 lines
509 B
YAML
image:
|
|
repository: tccr.io/truecharts/shlink-web-client
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.8.0@sha256:cf638a44cd25e4365d91cc3012964e3071e55c2589833847a03b912b7b39760e
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
env:
|
|
SHLINK_SERVER_URL: ""
|
|
SHLINK_SERVER_API_KEY: ""
|
|
SHLINK_SERVER_NAME: ""
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 80
|
|
port: 10154
|
|
protocol: HTTP
|
|
|
|
portal:
|
|
enabled: true
|