Skip to content
Snippets Groups Projects
Commit 63595f91 authored by Mikhail Piatliou (EPAM)'s avatar Mikhail Piatliou (EPAM)
Browse files

Merge branch 'GORNG-6179-remove-cache-from-redis-names' into 'master'

ci: gonrg 6179 remove cache from redis names

See merge request !587
parents 52a34aa7 254fae19
No related branches found
No related tags found
1 merge request!587ci: gonrg 6179 remove cache from redis names
Pipeline #157444 passed
......@@ -12,7 +12,7 @@ data:
impServiceAccountSigner: ""
entitlementsHost: "http://entitlements"
seistoreDesAppkey: ""
redisDdmsHost: "redis-cache-ddms.redis.svc.cluster.local"
redisDdmsHost: "redis-ddms-master.redis.svc.cluster.local"
redisPort: "6379"
conf:
configmap: "seismic-store-filemetadata-config"
......
......@@ -5,13 +5,13 @@ Seismic Variables
| **API\_BASE\_PATH** | /api/v3 |
| **CLOUDPROVIDER** | anthos |
| **DATA\_PARTITION\_REST\_HEADER\_KEY** | data-partition-id |
| **DES\_REDIS\_INSTANCE\_ADDRESS** | {redis-cache-host-without-https-schema} |
| **DES\_REDIS\_INSTANCE\_ADDRESS** | {redis-host-without-https-schema} |
| **DES\_REDIS\_INSTANCE\_PORT** | 6379 |
| **DES\_SERVICE\_HOST\_COMPLIANCE** | http://legal/ |
| **DES\_SERVICE\_HOST\_ENTITLEMENT** | http://entitlements/ |
| **DES\_SERVICE\_HOST\_PARTITION** | http://partition/ |
| **DES\_SERVICE\_HOST\_STORAGE** | http://storage/ |
| **LOCKSMAP\_REDIS\_INSTANCE\_ADDRESS** | { redis-cache-host-without-https-schema } |
| **LOCKSMAP\_REDIS\_INSTANCE\_ADDRESS** | { redis-host-without-https-schema } |
| **LOCKSMAP\_REDIS\_INSTANCE\_PORT** | 6379 |
| **LOG\_LEVEL** | DEBUG |
| **PORT** | 5000 |
......
......@@ -11,7 +11,7 @@ data:
legalHost: "http://legal"
appEnvironmentIdentifier: "dev"
entitlementsHost: "http://entitlements"
redisDdmsHost: "redis-cache-ddms.redis.svc.cluster.local"
redisDdmsHost: "redis-ddms-master.redis.svc.cluster.local"
redisPort: "6379"
urlPrefix: "/api/seismic-store/v3"
# gcp configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment