0.1.13-0.1.0 • Published 5 years ago

@helm-charts/banzaicloud-stable-telescopes v0.1.13-0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

@helm-charts/banzaicloud-stable-telescopes

A Telescopes Helm chart for Kubernetes

FieldValue
Repository Namebanzaicloud-stable
Chart Nametelescopes
Chart Version0.1.13
NPM Package Version0.1.0
# Default values for telescopes
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

## The official Banzai Spot Recommender image, change tag to use a different version.
## https://hub.docker.com/r/banzaicloud/telescopes/tags/
##
image:
  repository: 'banzaicloud/telescopes'
  tag: 0.4.1

  ## Specify an imagePullPolicy (Required)
  ## It's recommended to change this to 'Always' if the image tag is 'latest'
  ## ref: http://kubernetes.io/docs/user-guide/images/#updating-images
  imagePullPolicy: IfNotPresent

replicas: 1

service:
  ## Kubernetes service type
  type: ClusterIP
  port: 9090
  internalPort: 9090

  ## Specify the nodePort value for the LoadBalancer and NodePort service types.
  ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
  ##
  # nodePort:
  ## Provide any additonal annotations which may be required. This can be used to
  ## set the LoadBalancer service type to internal only.
  ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer
  ##
  # annotations:

ingress:
  enabled: false
  annotations:
    {}
    #kubernetes.io/ingress.class: traefik
    #ingress.kubernetes.io/ssl-redirect: "false"
    #traefik.frontend.rule.type: PathPrefix
  hosts:
    - '/'
    # - "domain.com/xyz"
    # - "domain.com"
  tls: []
  #  - secretName: chart-example-tls
  #    hosts:
  #      - chart-example.local

podAnnotations:
  {}
  # prometheus.io/scrape: "true"
  # prometheus.io/path: "/metrics"
  # prometheus.io/port: "9999"

## Configure resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
##
resources:
  requests:
    memory: 256Mi
    cpu: 120m

app:
  cloudInfoAddress: 'https://beta.banzaicloud.io/cloudinfo/api/v1'
  logLevel: info
  devMode: true
#  vaultAddress:
#  tokenSigningKey:

## Additional deployment labels and annotations
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
deploymentLabels: {}
deploymentAnnotations: {}

Telescopes Chart

Telescopes Instance recommender is a building block of the Hollowtrees project.

tl;dr:

$ helm repo add banzaicloud-stable http://kubernetes-charts.banzaicloud.com/
$ helm repo update
$ helm install banzaicloud-stable/telescopes

Introduction

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

Prerequisites

  • Kubernetes 1.8+ with Beta APIs enabled

Installing the Chart

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

$ helm install --name my-release banzaicloud-stable/telescopes

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

Uninstalling the Chart

To uninstall/delete the my-release deployment:

$ helm delete my-release

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

Configuration

The following tables lists the configurable parameters of the telescopes chart and their default values.

ParameterDescriptionDefault
image.repositoryContainer image repositorybanzaicloud/telescopes
image.tagContainer image taglatest
image.pullPolicyContainer pull policyAlways
service.typeThe kubernetes service type to useClusterIP
service.nameThe kubernetes service name to usetelescopes
service.portPort to bind to for NodePort service typenil
service.annotationsThe kubernetes service annotationsnil
app.logLevelLog levelinfo
app.cloudInfoAddressThe address of the cloudinfo servicehttps://beta.banzaicloud.io/cloudinfo/api/v1
app.devModeDeveloper modefalse
app.vaultAddressThe vault address for authentication token managementnil
app.tokenSigningKeyThe token signing key for the authentication processnil
deploymentLabelsAdditional deployment labels{}
deploymentAnnotationsAdditional deployment annotations{}

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

$ helm install --name my-release -f values.yaml banzaicloud-stable/telescopes

Tip: You can use the default values.yaml