Skip to content
Snippets Groups Projects
Commit 3c65fe64 authored by Felipe D'Abrantes's avatar Felipe D'Abrantes
Browse files

Add Play HTTP Secret Key as env variable in deployment

parent fbcf415f
No related branches found
No related tags found
1 merge request!32Google Cloud Deployment
...@@ -26,6 +26,8 @@ spec: ...@@ -26,6 +26,8 @@ spec:
value: "true" value: "true"
- name: JWT_PRIVATE_KEY - name: JWT_PRIVATE_KEY
value: "yB/uX5KdyjHN9P34IE49HxAcrlQ4gfvpVJEzGbo5E/I=" value: "yB/uX5KdyjHN9P34IE49HxAcrlQ4gfvpVJEzGbo5E/I="
- name: PLAY_HTTP_SECRET_KEY
value: "DUvbrcM2AbuB7oXboI1x`ZI_?1Iou>/ch2@lFXfrvVkWlHuA848y?GyR/0i2Ma:A"
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment