summaryrefslogtreecommitdiff
path: root/clusters/gitlab-server-cluster.morph
diff options
context:
space:
mode:
Diffstat (limited to 'clusters/gitlab-server-cluster.morph')
-rw-r--r--clusters/gitlab-server-cluster.morph22
1 files changed, 22 insertions, 0 deletions
diff --git a/clusters/gitlab-server-cluster.morph b/clusters/gitlab-server-cluster.morph
new file mode 100644
index 00000000..fcb7c1d2
--- /dev/null
+++ b/clusters/gitlab-server-cluster.morph
@@ -0,0 +1,22 @@
+name: gitlab-server-cluster
+kind: cluster
+systems:
+- morph: systems/gitlab-server.morph
+ deploy-defaults:
+ AUTOSTART: false
+ DISK_SIZE: 6G
+ RAM_SIZE: 2G
+ VCPUS: 2
+ VERSION_LABEL: factory
+ deploy:
+ gitlab:
+ type: kvm
+ location: kvm+ssh://USER@HOST/gitlab/home/USER/gitlab.img
+ CI_PORT: 81
+ GITLAB_EMAIL: gitlab@gitlab.example.com
+ GITLAB_HOSTNAME: gitlab.example.com
+ GITLAB_PORT: 80
+ HOSTNAME: gitlab
+ INSTALL_FILES: gitlab-server/manifest
+ UNICORN_CI_PORT: 8081
+ UNICORN_PORT: 8080