Giter Site home page Giter Site logo

helm-chart's Introduction

PrivateBin Helm Chart

This is a kubernetes chart to deploy PrivateBin.

Quick Start

To install the privatebin chart with default options:

helm repo add privatebin https://privatebin.github.io/helm-chart
helm repo update
helm install privatebin/privatebin

Installation

  1. Customize your values.yaml for your needs. Add a custom conf.php to change any default settings.

  2. Deploy with helm

    helm install \
      --name your-release \
      --values your-values.yaml \
      privatebin/privatebin

Configuration

See values.yaml for full documentation

Parameter Description Default
replicaCount Number of replicas 1
image.repository Container image name privatebin/nginx-fpm-alpine
image.tag Container image tag ``
image.pullPolicy Container image pull policy IfNotPresent
nameOverride Name Override ""
fullnameOverride FullName Override ""
datapath Datapath for persistent data /srv/data
controller.kind Controller kind (StatefulSet, Deployment, Both) Deployment
controller.pvc.requests Requests for PVC (only with StatefulSet) 1Gi
controller.pvc.storageClass StorageClass to use for PVC (only with StatefulSet) ""
service.type Service type (ClusterIP, NodePort or LoadBalancer) ClusterIP
service.port Ports exposed by service 80
service.portName Name of exposed port, becomes LB protocol on ELB http
service.annotations Service annotations {}
ingress.enabled Enables Ingress false
ingress.annotations Ingress annotations {}
ingress.hosts.host Ingress accepted hostnames privatebin.local
ingress.hosts.path Ingress path \
ingress.tls Ingress TLS configuration []
resources Pod resource requests & limits {}
nodeSelector Node selector {}
tolerations Tolerations []
affinity Affinity or Anti-Affinity {}
configs List of files to put in cfg path {}

Upgrades

Standard helm upgrade process applies.

Chart release 0.3.0+ defaults to the image for to PrivateBin 1.3.0. You can find the release notes at https://github.com/PrivateBin/PrivateBin/releases/tag/1.3.

helm-chart's People

Contributors

bdashrad avatar elrido avatar fsdaniel avatar spagno avatar stevefan1999-personal avatar

Watchers

 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.