cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 0fda37d9665eaa2709da067917dc10a33c8fbd97
parent 584221a8e11830d79d6e2f46461747c46362dfad
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 27 Mar 2024 14:34:14 +0100

Disable workadventure

Diffstat:
Mapps/base/workadventure/release.yaml | 2--
Mapps/production/kustomization.yaml | 2+-
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/apps/base/workadventure/release.yaml b/apps/base/workadventure/release.yaml @@ -29,8 +29,6 @@ spec: operator: Equal value: arm64 effect: NoSchedule - env: - ALLOWED_CORS_ORIGIN: https://workadventure.midnightthoughts.space secretEnv: ROOM_API_SECRET_KEY: ENC[AES256_GCM,data:CSafytKq0HQErE5yUsJubdTzUMRwyfxRbz0YyhFDdsw5hXtOvxpT0MWdOmterCjoaI8SEcLhiYrB62mM4cq88g==,iv:v4ZgN06iwC+dt2FH4plUTefBrKdxEBvvWC/ezPkW8PY=,tag:bLlYnU/Cb8GKBQmDTG/aOA==,type:str] ingress: diff --git a/apps/production/kustomization.yaml b/apps/production/kustomization.yaml @@ -34,7 +34,7 @@ resources: - ../base/matrix/element-call-synapse - ../base/openldap - ../base/n8n - - ../base/workadventure + #- ../base/workadventure patchesStrategicMerge: #- cosign-values.yaml - vaultwarden-values.yaml