summaryrefslogtreecommitdiff
path: root/gitlab-server-cluster.morph
blob: 40853deee7a56899b4a79ffd49a903c3604e9671 (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: systems/gitlab-server.morph
  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