29 lines
509 B
YAML
29 lines
509 B
YAML
image:
|
|
repository: tccr.io/truecharts/shlink-web-client
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.8.1@sha256:db381ff07705bd1aaf1c00b82e7126bbe0ed79aa12de9b9e19e2a4524878871b
|
|
|
|
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
|