0.0.9-0.1.0 • Published 5 years ago

@helm-charts/banzaicloud-stable-hpa-operator v0.0.9-0.1.0

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

@helm-charts/banzaicloud-stable-hpa-operator

A Helm chart for Kubernetes

FieldValue
Repository Namebanzaicloud-stable
Chart Namehpa-operator
Chart Version0.0.9
NPM Package Version0.1.0
# Default values
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
  repository: banzaicloud/hpa-operator
  tag: 0.1.5
  pullPolicy: IfNotPresent

resources:
  limits:
    cpu: 100m
    memory: 128Mi
  requests:
    cpu: 100m
    memory: 128Mi

## Install Default RBAC roles and bindings
rbac:
  install: true
  apiVersion: v1beta1

metricsServer:
  enabled: false

## Node selector
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector
nodeSelector: {}

## Affinity
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
affinity: {}

## Tolerations
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
tolerations: []

podAnnotations: {}

HPA operator Chart

HPA operator (https://github.com/banzaicloud/hpa-operator) takes care of creating, deleting, updating HPA, with other words keeping in sync with your deployment annotations.

Installing the Chart

To install the chart:

$ helm install banzaicloud-stable/hpa-operator

Notes