67 lines
1.1 KiB
YAML
67 lines
1.1 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/briefkasten
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:9f9e7ec82b607e7ee837065b84ce55beb756c54b99b7f96b8b62f71806fd50c6
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
briefkasten:
|
|
general:
|
|
nextauth_url: http://localhost:3000
|
|
github:
|
|
id: ""
|
|
secret: ""
|
|
google:
|
|
id: ""
|
|
secret: ""
|
|
supabase:
|
|
key:
|
|
url:
|
|
bucket_id:
|
|
mail:
|
|
from:
|
|
server:
|
|
|
|
envFrom:
|
|
- secretRef:
|
|
name: '{{ include "tc.common.names.fullname" . }}-secret'
|
|
- configMapRef:
|
|
name: '{{ include "tc.common.names.fullname" . }}-config'
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10349
|
|
protocol: HTTP
|
|
targetPort: 3000
|
|
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
type: HTTP
|
|
path: /
|
|
readiness:
|
|
enabled: false
|
|
type: HTTP
|
|
path: /
|
|
startup:
|
|
enabled: false
|
|
type: HTTP
|
|
path: /
|
|
|
|
postgresql:
|
|
enabled: true
|
|
existingSecret: dbcreds
|
|
postgresqlUsername: briefkasten
|
|
postgresqlDatabase: briefkasten
|
|
|
|
portal:
|
|
enabled: true
|