diff options
author | 2024-08-19 17:21:52 +0100 | |
---|---|---|
committer | 2024-08-19 17:21:52 +0100 | |
commit | fe70241ceecb1b3ef615411ea30eb3fb8fbf5819 (patch) | |
tree | 7f23b250cfc9f35373567241f803e5328cfb084b | |
parent | Add CORS config for Thallium (diff) |
Use thallium-config-env configmap in Thallium deployment
-rw-r--r-- | kubernetes/namespaces/merch/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/namespaces/merch/deployment.yaml b/kubernetes/namespaces/merch/deployment.yaml index 2f72e0d..70cc13d 100644 --- a/kubernetes/namespaces/merch/deployment.yaml +++ b/kubernetes/namespaces/merch/deployment.yaml @@ -20,6 +20,8 @@ spec: envFrom: - secretRef: name: thallium-backend-env + - configMapRef: + name: thallium-config-env securityContext: readOnlyRootFilesystem: true imagePullSecrets: |