0.1.1-0.1.0 • Published 7 years ago
@helm-charts/banzaicloud-stable-hollowtrees-with-ps v0.1.1-0.1.0
@helm-charts/banzaicloud-stable-hollowtrees-with-ps
Hollowtrees with Pipeline Scaler plugin
| Field | Value | 
|---|---|
| Repository Name | banzaicloud-stable | 
| Chart Name | hollowtrees-with-ps | 
| Chart Version | 0.1.1 | 
| NPM Package Version | 0.1.0 | 
# Default values for hollowtrees-with-ps
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
  repository: banzaicloud/hollowtrees
  tag: '0.1.0'
  imagePullPolicy: IfNotPresent
replicaCount: 1
service:
  type: ClusterIP
  port: 8080
log:
  format: logfmt
  level: info
healthcheck:
  listenPort: 8082
  endpoint: /healthz
promalert:
  listenPort: 8080
htpsp:
  listenPort: 9993
  image:
    repository: banzaicloud/ht-pipeline-scaler-plugin
    tag: '0.0.2'
    imagePullPolicy: IfNotPresent
  log:
    format: logfmt
    level: info
  healthcheck:
    listenPort: 8083
    endpoint: /healthz
  scaler:
    pipelineInternalAddress:
    recommenderAddress:
    retries: 2
    waitBetweenRetries: 10s
    waitInQueue: 60s
  resources:
    requests:
      memory: 256Mi
      cpu: 120m
scaler:
  name: pipeline-scaler
  description: Pipeline cluster scaling
  hostname: localhost
  port: 9993
  type: grpc
  allowedEvents:
    - prometheus.server.alert.InstanceTermination
  groupBy:
    - org_id
    - cluster_id
    - cluster_name
    - instance_id
  cooldown: 5m
resources:
  requests:
    memory: 256Mi
    cpu: 120m
nodeSelector: {}
tolerations: []
affinity: {}
podAnnotations: {}0.1.1-0.1.0
7 years ago