slaventius 2 years ago
parent cb831eb63c
commit ee4193252e
  1. 5
      deploy/helm/templates/config.yaml
  2. 3
      deploy/helm/templates/deployment.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"

@ -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 }}

Loading…
Cancel
Save