We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98b941 commit 6613f07Copy full SHA for 6613f07
deployment/production.yml
@@ -20,6 +20,7 @@
20
- include: maykin-deployment/ansible/tasks/logrotate.yml
21
- include: maykin-deployment/ansible/tasks/postgresql-9.6.yml
22
- include: tasks/kubernetes.yml
23
+ - include: tasks/gcloud.yml
24
- include: maykin-deployment/ansible/tasks/npm.yml
25
- include: maykin-deployment/ansible/tasks/set-maintenance-mode.yml
26
- include: maykin-deployment/ansible/tasks/django-project-1.7.yml
deployment/vars/production.yml
@@ -29,4 +29,6 @@ dbuser: vngatv
29
30
uwsgi_port: 8084
31
32
-
+gcloud_project_id: vng-test-platform
33
+gcloud_compute_zone: europe-west4-a
34
+gcloud_cluster_name: test-sessions
0 commit comments