Commit e7a73f9a authored by Santhosh Kumar's avatar Santhosh Kumar
Browse files

Add dial helm chart

No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
File added
......@@ -2,7 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: dial-xml-config
namespace: knowlg-api
namespace: {{ .Values.api_namespace }}
data:
dial-service_logback.xml: |
<configuration>
......@@ -40,7 +40,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: dial-config
namespace: knowlg-api
namespace: {{ .Values.api_namespace }}
data:
dial-service_application.conf: |-
# This is the main configuration file for the application.
......
......@@ -31,4 +31,4 @@ systemconfig_table: system_config
publisher_keyspace_name: dialcode_store
publisher_keyspace_table: publisher
dialcode_object_type: DialCode
graph_event: local.learning.graph.events
\ No newline at end of file
graph_event: local.learning.graph.events
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment