36 lines
684 B
YAML
36 lines
684 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/golinks
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: version-154c581@sha256:144d59d23c3b6580403e1a06b3567ac97c638205bc139ba54e058450d6564c73
|
||
|
|
||
|
env:
|
||
|
{}
|
||
|
# SUGGEST=https://suggestqueries.google.com/complete/search?client=firefox&q=%s `# optional` \
|
||
|
# TITLE=Search `# optional` \
|
||
|
# URL=https://www.google.com/search?q=%s&btnK
|
||
|
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 10073
|
||
|
targetPort: 8000
|
||
|
|
||
|
persistence:
|
||
|
data:
|
||
|
enabled: true
|
||
|
mountPath: "/data"
|
||
|
varrun:
|
||
|
enabled: true
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|