Files
truecharts/charts/stable/golinks/values.yaml
T
Stavros KoisandGitHub b1e5faa4c4 fix(apps): move conflicting ports to 10xxx range (#1415)
* fix(apps): move conflicting ports to 10xxx range

* remove `protocol: TCP` as its the default anyway

* Change `"HTTP"` -> `HTTP` to much common

* lms udp port should be udp protocol

* resolve some conflicts

* clear port 80 conficts

* clean 3000 and 5000 port conflicts

* more conflict cleaning

* more conflict cleaning

* more cleanup

* more

* cleanup

* Avoid confclicts with official apps
2021-11-28 10:26:31 +01:00

31 lines
659 B
YAML

image:
repository: ghcr.io/nicholaswilde/golinks
pullPolicy: IfNotPresent
tag: version-154c581@sha256:8e67b26324c5dc433210df8f2fb64317db3cbbe7db0b9e10c6e5bc3f3f7860e4
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