⬆️ outline 0.71.0

This commit is contained in:
auricom
2023-08-26 11:16:34 +02:00
parent 094893c610
commit 3f26c6a67d

View File

@@ -40,7 +40,7 @@ spec:
reloader.stakater.com/auto: "true"
image:
repository: docker.io/outlinewiki/outline
tag: 0.70.2
tag: 0.71.0
envFrom: *envFrom
env:
AWS_REGION: us-east-1
@@ -58,6 +58,7 @@ spec:
OIDC_TOKEN_URI: "https://auth.${SECRET_CLUSTER_DOMAIN}/api/oidc/token"
OIDC_USERINFO_URI: "https://auth.${SECRET_CLUSTER_DOMAIN}/api/oidc/userinfo"
OIDC_USERNAME_CLAIM: email
PGSSLMODE: disable
PORT: 8080
REDIS_URL: redis://redis-master.default.svc.cluster.local.:6379
SMTP_HOST: smtp-relay.default.svc.cluster.local.
@@ -101,6 +102,6 @@ spec:
resources:
requests:
cpu: 10m
memory: 50Mi
memory: 250Mi
limits:
memory: 500Mi
memory: 750Mi