summaryrefslogtreecommitdiff
path: root/clusters/gitlab-server-cluster.morph
blob: fcb7c1d2bee5a0a23d95d996f9c2e6246f6de8b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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