Skip to content

Commit

Permalink
GROUP-16 Added config volume to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
makmn1 committed Oct 4, 2023
1 parent c8238e7 commit 5f2024b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions k8s/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ spec:
periodSeconds: 5
terminationGracePeriodSeconds: 150
volumeMounts:
- name: group-service-config-volume
- name: group-sync-config-volume
mountPath: /workspace/config
imagePullSecrets:
- name: ghcr-secret
- name: ghcr-secret
volumes:
- name: group-sync-config-volume
configMap:
name: group-sync-config

0 comments on commit 5f2024b

Please sign in to comment.