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