diff --git a/deploy/helm/templates/config.yaml b/deploy/helm/templates/config.yaml index cea488d..a88aaab 100644 --- a/deploy/helm/templates/config.yaml +++ b/deploy/helm/templates/config.yaml @@ -6,3 +6,8 @@ data: KAFKA_HOST: "37.143.12.169" KAFKA_PORT: "19092" APP_PORT: "9995" + ARANGO_PORT: "8530" + ARANGO_HOST: "37.143.12.169" + ARANGO_USER: "root" + ARANGO_PASSWORD: "W4y40I&Bc?0NXpQ" + MINUTES_REREGISTRATION: "15" diff --git a/deploy/helm/templates/deployment.yaml b/deploy/helm/templates/deployment.yaml index 50db5fc..e6ff90e 100644 --- a/deploy/helm/templates/deployment.yaml +++ b/deploy/helm/templates/deployment.yaml @@ -25,6 +25,9 @@ spec: name: {{ .Release.Name }}-secret - configMapRef: name: {{ .Release.Name }}-config +# startupProbe: +# grpc: +# port: {{ .Values.container.port }} # livenessProbe: # grpc: # port: {{ .Values.container.port }}