feat: add stub sorcerer chart

This commit is contained in:
2024-02-02 13:14:03 +01:00
parent 9dcae0d0d5
commit 2869c95bf6
25 changed files with 769 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"sso": {
"cookieDomain": ".oceanbox.io",
"signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html",
"redis": "10.1.30.100:30379,user=default,password=ymL4dlOBvU",
"appDomain": "atlantis",
"dataProtectionKeys": "DataProtection-Keys"
},
"allowedOrigins": [
"http://localhost:8085",
"http://localhost:8080",
"https://localhost:8080",
"https://maps.oceanbox.io",
"https://maps.relic.oceanbox.io",
"https://atlantis.dev.oceanbox.io",
"https://atlantis.local.oceanbox.io:8080"
],
"archiveSvc": "https://archmeister.svc.oceanbox.io",
"cacheDir": "/data/archives/cache",
"logService" : "https://seq.oceanbox.io",
"logApiKey": "DkORuCih08QUGKVDNmwy"
}
+14
View File
@@ -0,0 +1,14 @@
- op: replace
path: /spec/template/spec/containers/0/volumeMounts/0/mountPath
value: /data/archives
- op: replace
path: /spec/template/spec/containers/0/env/0
value:
name: LOG_LEVEL
value: "3"
- op: add
path: /spec/template/spec/containers/0/env/-
value:
name: ARCHMEISTER_AUTH
value: "admin:en-to-tre-fire"
+17
View File
@@ -0,0 +1,17 @@
namePrefix: production-
namespace: sorcerer
generatorOptions:
disableNameSuffixHash: true
secretGenerator:
- name: sorcerer-appsettings
files:
- appsettings.json
patchesJson6902:
- target:
group: apps
version: v1
kind: Deployment
name: sorcerer
path: deployment_patch.yaml
bases:
- ../base