31 lines
594 B
YAML
31 lines
594 B
YAML
env:
|
|
YOURLS_DB_HOST: ""
|
|
YOURLS_DB_NAME: ""
|
|
YOURLS_DB_PASS: ""
|
|
YOURLS_HOURS_OFFSET: ""
|
|
YOURLS_PASS: ""
|
|
YOURLS_PRIVATE: ""
|
|
YOURLS_SITE: ""
|
|
YOURLS_USER: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/yourls
|
|
tag: latest@sha256:bc14877a1aa7e7d8a93e3985296905e7177b2d6a0d6ec7a552a8de600809b3c5
|
|
persistence: {}
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: 80
|
|
|
|
portal:
|
|
enabled: true
|