27 lines
549 B
YAML
27 lines
549 B
YAML
env:
|
|
CLIENT_ID: ""
|
|
CLIENT_SECRET: ""
|
|
NEXTAUTH_SECRET: ""
|
|
NEXTAUTH_URL: ""
|
|
REDDIT_REDIRECT: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/troddit
|
|
tag: latest@sha256:2821cf1feb1583fa869721e316a306ece3a9ca51a1934e8425f739410d93e8a8
|
|
persistence: {}
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 3000
|
|
protocol: TCP
|
|
targetPort: 3000
|