Commit 7a3d8779 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Slice Manifest:

- updated to include flag to activate slice grouping
- updated to import qdb secrets
parent 505db5ca
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -37,6 +37,11 @@ spec:
        env:
        - name: LOG_LEVEL
          value: "INFO"
        - name: SLICE_GROUPING
          value: "ENABLE"
        envFrom:
        - secretRef:
            name: qdb-data
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:4040"]