fix: fix redis svc name and patch
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
"sso": {
|
"sso": {
|
||||||
"cookieDomain": ".oceanbox.io",
|
"cookieDomain": ".oceanbox.io",
|
||||||
"signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html",
|
"signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html",
|
||||||
"redis": "redis-master.redis.svc,user=default,password=secret",
|
"redis": "prod-redis-master.redis.svc,user=default,password=secret",
|
||||||
"appDomain": "atlantis",
|
"appDomain": "atlantis",
|
||||||
"dataProtectionKeys": "DataProtection-Keys"
|
"dataProtectionKeys": "DataProtection-Keys"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ patches:
|
|||||||
group: apps
|
group: apps
|
||||||
version: v1
|
version: v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
name: petimeter
|
|
||||||
path: deployment_patch.yaml
|
path: deployment_patch.yaml
|
||||||
resources:
|
resources:
|
||||||
- ../base
|
- ../base
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
"sso": {
|
"sso": {
|
||||||
"cookieDomain": ".oceanbox.io",
|
"cookieDomain": ".oceanbox.io",
|
||||||
"signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html",
|
"signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html",
|
||||||
"redis": "redis-master.redis.svc,user=default,password=secret",
|
"redis": "staging-redis-master.redis.svc,user=default,password=secret",
|
||||||
"appDomain": "atlantis",
|
"appDomain": "atlantis",
|
||||||
"dataProtectionKeys": "DataProtection-Keys"
|
"dataProtectionKeys": "DataProtection-Keys"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ patches:
|
|||||||
group: apps
|
group: apps
|
||||||
version: v1
|
version: v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
name: petimeter
|
|
||||||
path: deployment_patch.yaml
|
path: deployment_patch.yaml
|
||||||
resources:
|
resources:
|
||||||
- ../base
|
- ../base
|
||||||
|
|||||||
Reference in New Issue
Block a user