27 lines
520 B
YAML
27 lines
520 B
YAML
env:
|
|
CLIENT_ID: ""
|
|
CLIENT_SECRET: ""
|
|
NEXTAUTH_SECRET: ""
|
|
NEXTAUTH_URL: ""
|
|
REDDIT_REDIRECT: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: bsyed/troddit
|
|
tag: latest@sha256:22b590565be2710ca58573b096cc3c66054be1fe859eed0563e31140646b8632
|
|
persistence: {}
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3000
|
|
protocol: TCP
|
|
targetPort: 3000
|
|
portal:
|
|
enabled: true
|