Skip to content
Snippets Groups Projects
Commit 3970db8f authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Corrected interdomain and slice component manifest files

parent f7d6a431
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!42Interdomain Component
...@@ -34,7 +34,7 @@ spec: ...@@ -34,7 +34,7 @@ spec:
- containerPort: 10010 - containerPort: 10010
env: env:
- name: LOG_LEVEL - name: LOG_LEVEL
value: "INFO" value: "DEBUG"
readinessProbe: readinessProbe:
exec: exec:
command: ["/bin/grpc_health_probe", "-addr=:10010"] command: ["/bin/grpc_health_probe", "-addr=:10010"]
......
...@@ -19,10 +19,6 @@ spec: ...@@ -19,10 +19,6 @@ spec:
ports: ports:
- containerPort: 4040 - containerPort: 4040
env: env:
- name: DB_ENGINE
value: "redis"
- name: REDIS_DATABASE_ID
value: "0"
- name: LOG_LEVEL - name: LOG_LEVEL
value: "DEBUG" value: "DEBUG"
readinessProbe: readinessProbe:
......
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