summaryrefslogtreecommitdiff
path: root/gitlab-server-cluster.morph
blob: 09ff48696cf4292b9ab66ba09cf0c60b655ad047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
kind: cluster
name: gitlab-server-cluster
systems:
- morph: gitlab-server
  deploy-defaults:
      AUTOSTART: no
      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
      HOSTNAME: gitlab
      GITLAB_HOSTNAME: gitlab.example.com
      GITLAB_PORT: 80
      GITLAB_EMAIL: gitlab@gitlab.example.com
      UNICORN_PORT: 8080
      CI_PORT: 81
      UNICORN_CI_PORT: 8081
      INSTALL_FILES: gitlab-server/manifest