Skip to content

Commit

Permalink
- added OCM_GRPC_ADDR
Browse files Browse the repository at this point in the history
- added OCM_JWT_SECRET
  • Loading branch information
d7oc committed Oct 8, 2024
1 parent 57c04d7 commit 8165604
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions charts/ocis/templates/ocm/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ spec:
- name: OCM_HTTP_ADDR
value: 0.0.0.0:9280

- name: OCM_GRPC_ADDR
value: 0.0.0.0:9282

- name: OCM_JWT_SECRET
valueFrom:
secretKeyRef:
name: "jwt-secret"
key: jwt-secret

- name: OCM_OCM_INVITE_MANAGER_INSECURE
value: {{ .Values.insecure.ocmInsecure | quote }}
- name: OCM_OCM_STORAGE_PROVIDER_INSECURE
Expand Down

0 comments on commit 8165604

Please sign in to comment.