mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
⬆️ outline 0.71.0
This commit is contained in:
@@ -40,7 +40,7 @@ spec:
|
|||||||
reloader.stakater.com/auto: "true"
|
reloader.stakater.com/auto: "true"
|
||||||
image:
|
image:
|
||||||
repository: docker.io/outlinewiki/outline
|
repository: docker.io/outlinewiki/outline
|
||||||
tag: 0.70.2
|
tag: 0.71.0
|
||||||
envFrom: *envFrom
|
envFrom: *envFrom
|
||||||
env:
|
env:
|
||||||
AWS_REGION: us-east-1
|
AWS_REGION: us-east-1
|
||||||
@@ -58,6 +58,7 @@ spec:
|
|||||||
OIDC_TOKEN_URI: "https://auth.${SECRET_CLUSTER_DOMAIN}/api/oidc/token"
|
OIDC_TOKEN_URI: "https://auth.${SECRET_CLUSTER_DOMAIN}/api/oidc/token"
|
||||||
OIDC_USERINFO_URI: "https://auth.${SECRET_CLUSTER_DOMAIN}/api/oidc/userinfo"
|
OIDC_USERINFO_URI: "https://auth.${SECRET_CLUSTER_DOMAIN}/api/oidc/userinfo"
|
||||||
OIDC_USERNAME_CLAIM: email
|
OIDC_USERNAME_CLAIM: email
|
||||||
|
PGSSLMODE: disable
|
||||||
PORT: 8080
|
PORT: 8080
|
||||||
REDIS_URL: redis://redis-master.default.svc.cluster.local.:6379
|
REDIS_URL: redis://redis-master.default.svc.cluster.local.:6379
|
||||||
SMTP_HOST: smtp-relay.default.svc.cluster.local.
|
SMTP_HOST: smtp-relay.default.svc.cluster.local.
|
||||||
@@ -101,6 +102,6 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 50Mi
|
memory: 250Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 500Mi
|
memory: 750Mi
|
||||||
|
Reference in New Issue
Block a user