2021-10-19 12:20:06 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: ghcr.io/crazy-max/firefox-syncserver
|
2021-10-19 12:20:06 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
# Overrides the image tag whose default is the chart appVersion.
|
2023-11-17 10:22:57 +00:00
|
|
|
tag: 1.8.0@sha256:ab1a959d8105c478f0f1523c8c3bbdc53bb8d44f325501b93297bc80cf627da6
|
2021-10-19 12:20:06 +00:00
|
|
|
securityContext:
|
2023-05-01 09:16:44 +00:00
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
allowPrivilegeEscalation: true
|
|
|
|
runAsNonRoot: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
type: tcp
|
|
|
|
readiness:
|
|
|
|
type: tcp
|
|
|
|
startup:
|
|
|
|
type: tcp
|
|
|
|
env:
|
|
|
|
FF_SYNCSERVER_PUBLIC_URL: "firefox-syncserver.192.168.1.189.nip.io"
|
|
|
|
FF_SYNCSERVER_FORCE_WSGI_ENVIRON: true
|
|
|
|
FF_SYNCSERVER_ACCESSLOG: false
|
|
|
|
FF_SYNCSERVER_LOGLEVEL: "info"
|
|
|
|
FF_SYNCSERVER_ALLOW_NEW_USERS: true
|
|
|
|
FF_SYNCSERVER_FORWARDED_ALLOW_IPS: "*"
|
|
|
|
FF_SYNCSERVER_SQLURI:
|
|
|
|
secretKeyRef:
|
|
|
|
name: cnpg-main-urls
|
|
|
|
key: std
|
|
|
|
FF_SYNCSERVER_SECRET: "changeme"
|
2021-10-19 12:20:06 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10051
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 5000
|
2021-11-14 19:19:16 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2021-10-19 12:20:06 +00:00
|
|
|
# Enabled postgres
|
2023-05-01 09:16:44 +00:00
|
|
|
cnpg:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
user: firefox-syncserver
|
|
|
|
database: firefox-syncserver
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-05-01 09:16:44 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|