Giter Site home page Giter Site logo

bitbucket-boshrelease's Introduction

bitbucket-boshrelease

This release is designed to use postgres and haproxy

Releases for ssl and database

Release usage

  • deploy with your manifest

bitbucket property example

 bitbucket:
  port: 7990
  java_version: jdk1.8.0_131
  hazelcast_group_name: your-bitbucket-cluster
  hazelcast_group_password: your-bitbucket-cluster
  plugin_search_elasticsearch_baseurl: http://localhost:7999/
  server_session_cookie_name: JSESSIONID
  server_proxy_name: your proxy ip
  jdbc_url: jdbc:postgresql://postgresqlIPorName:5432/bitbucket
  postgres_port: 5432
  jdbc_user: admin
  jdbc_password: password
  setup_license: "licence key"
  setup_displayName: displayName 
  setup_baseUrl: https://git.your.domain.com
  setup_sysadmin_username: username
  setup_sysadmin_password: password
  setup_sysadmin_displayName: John Doe
  setup_sysadmin_emailAddress: [email protected]

postgresSQL property example

 databases:
  databases:
  - citext: true
    name: bitbucket
    tag: bitbucket
  port: 5432
  roles:
  - name: user
    password: password
    tag: admin
    permissions:
    - CONNECTION LIMIT 10

haproxy property example

 ha_proxy:
  ssl_pem: |
    -----BEGIN CERTIFICATE-----
    MIIDlzCCAyour certificate
    -----END CERTIFICATE-----
    -----BEGIN PRIVATE KEY-----
    MIIEvAI private key  y+yAzqg5QioHxCok3+KAog==
    -----END PRIVATE KEY-----
 backend_servers: 
  - 127.0.0.1
  backend_port: 7990
  https_redirect_all: true
  tcp:
  - name: sshd        # required - name of backend
    port: 2222       # required - port haproxy should listen on
    backend_servers: # required - list of backend IPs to connect to
    - 127.0.0.1
    backend_port: 7999 # optional - sets backend port - otherwise defaults to `port`

bitbucket-boshrelease's People

Contributors

ntdt avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.