fix: update petimeter

This commit is contained in:
2024-02-15 20:01:42 +01:00
parent 2fc6aba9ca
commit 4b8905ec57
11 changed files with 47 additions and 35 deletions
+3 -3
View File
@@ -7,7 +7,7 @@
"userinfo_endpoint": "https://idp.oceanbox.io/dex/userinfo",
"device_authorization_endpoint": "https://idp.oceanbox.io/dex/device/code",
"clientId": "petimeter",
"clientSecret": "kkrKo3mmmseMnorf9qw3eklefkoOKFNs",
"clientSecret": ",
"scopes": [
"openid",
"email",
@@ -18,7 +18,7 @@
"sso": {
"cookieDomain": ".oceanbox.io",
"signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html",
"redis": "redis-master.redis.svc,user=default,password=ymL4dlOBvU",
"redis": "redis-master.redis.svc,user=default,password=secret",
"appDomain": "atlantis",
"dataProtectionKeys": "DataProtection-Keys"
},
@@ -27,5 +27,5 @@
"https://atlantis.srv.oceanbox.io"
],
"logService" : "https://seq.oceanbox.io",
"logApiKey": "WmZplDeFoxIHpJQ5BiDk"
"logApiKey": ""
}
+2
View File
@@ -0,0 +1,2 @@
OICD_CLIENT_SECRET=kkrKo3mmmseMnorf9qw3eklefkoOKFNs
SEQ_APIKEY=WmZplDeFoxIHpJQ5BiDk
+7 -6
View File
@@ -1,11 +1,12 @@
namePrefix: production-
namespace: oceanbox
generatorOptions:
disableNameSuffixHash: true
secretGenerator:
- name: petimeter-appsettings
files:
- appsettings.json
- name: prod-petimeter-appsettings
files:
- appsettings.json
- name: prod-petimeter-env
envs:
- default.env
patches:
- target:
group: apps
@@ -14,4 +15,4 @@ patches:
name: petimeter
path: deployment_patch.yaml
resources:
- ../base
- ../base