24 lines
536 B
YAML
24 lines
536 B
YAML
image:
|
|
repository: ghcr.io/techno-tim/littlelink-server
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:5fa0afc3a880a740cf7867afc92f7a81fafd7685729add5f24963293092e973e
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10040
|
|
targetPort: 3000
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
# See upstream for more ENV
|
|
META_TITLE: "techno tim"
|
|
META_DESCRIPTION: "techno tim link page"
|
|
META_AUTHOR: "techno tim"
|