Git Product home page Git Product logo

bitlab-voteview's Introduction

Circle CI

bitlab-voteview

Create and manage links between bitLab votes and cloudBits.

Deploying

Prerequisites

  1. A Kubernetes cluster

  2. kubectl create secret.yaml where secret.yaml has:

apiVersion: v1
kind: Secret
metadata:
  name: bitlab-voteview-access-token
type: Opaque
data:
  bitlab-voteview-access-token: <<PUT YOUR BASE64 ENCODED ACCESS TOKEN HERE>>

This permits Voteview to command cloudBits of the respective account. You can acquire this from Cloud Control. Go to settings tab, then scroll down.

Steps

  1. Build the app locally docker build --tag …​ .

  2. Push the app to the registry you want to use docker push …​

  3. Deploy the using kubtctl kubectl create --filename kube

Environment Variables

Change the Bitlab API URI that this project will read data from:

  • BITLAB_VOTEVIEW_HOST

HTTP Basic Auth Credentials that will be used for reading from the Bitlab API. Only required if the API is actually secured behind HTTP Basic Auth:

  • BITLAB_VOTEVIEW_AUTH_USER

  • BITLAB_VOTEVIEW_AUTH_PASS

Notes

bitlab-voteview's People

Contributors

jasonkuhrt avatar joe-littlebits 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.