Back to Charts

⚠️ Repo Archive Notice

stable/openiban/README.md

latest4.1 KB
Original Source

⚠️ Repo Archive Notice

As of Nov 13, 2020, charts in this repo will no longer be updated. For more information, see the Helm Charts Deprecation and Archive Notice, and Update.

OpenIBAN

OpenIBAN implements a basic REST Web-service for validating IBAN account numbers in GO.

DEPRECATION NOTICE

This chart is deprecated and no longer supported.

TL;DR;

bash
$ helm install stable/openiban

Introduction

This chart bootstraps an OpenIBAN deployment on a Kubernetes cluster using the Helm package manager.

Prerequisites

  • Kubernetes 1.9+ with Beta APIs enabled

Installing the Chart

To install the chart with the release name my-release:

bash
$ helm update --install my-release stable/openiban

The command deploys OpenIBAN on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.

Tip: List all releases using helm list

Uninstalling the Chart

To uninstall/delete the my-release deployment:

bash
$ helm delete my-release

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

The following table lists the configurable parameters of the Redmine chart and their default values.

ParameterDescriptionDefault
replicaCountNumber of replicas to start1
image.repositoryImage namefourcube/openiban
image.tagImage tag1.0.1
image.pullPolicyImage pull policyIfNotPresent
service.typeDesired service typeClusterIP
service.portService exposed port8080
rbac.createUse Role-based Access Controltrue
serviceAccount.createShould we create a ServiceAccounttrue
serviceAccount.nameName of the ServiceAccount to usenull
ingress.enabledEnable or disable the ingressfalse
ingress.hostsThe virtual host name(s){}
ingress.annotationsAn array of service annotationsnil
ingress.tls[i].secretNameThe secret kubernetes.io/tlsnil
ingress.tls[i].hosts[j]The virtual host namenil
resourcesResources allocation (Requests and Limits){}

Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,

bash
$ helm upgrade --install my-release \
  --set replicaCount=2 \
    stable/openiban

The above command enables starts 2 replicas.

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

bash
$ helm upgrade --install my-release -f values.yaml stable/openiban

Tip: You can use the default values.yaml