Commit 98cd56a1 authored by Carlos Natalino's avatar Carlos Natalino
Browse files

Fixing the component name to align with deploy_in_kubernetes.sh expectation....

Fixing the component name to align with deploy_in_kubernetes.sh expectation. Also making secrets available.
parent 67a0e621
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -18,13 +18,9 @@ spec:
        imagePullPolicy: Always
        ports:
        - containerPort: 10005
        env:
        - name: DB_ENGINE
          value: "redis"
        - name: REDIS_DATABASE_ID
          value: "0"
        - name: LOG_LEVEL
          value: "DEBUG"
        envFrom:
          - secretRef:
              name: monitoring-secrets
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:10005"]