Fix mispelling of tolarations. Correctly spelled at tolerations. (#6265)

This commit is contained in:
ericpsimon 2020-02-07 10:45:56 -07:00 committed by GitHub
parent 13dabe6edf
commit e760ae3118
2 changed files with 22 additions and 24 deletions

View File

@ -70,7 +70,7 @@ zookeeper:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8000"
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
@ -140,7 +140,7 @@ bookkeeper:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8000"
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
@ -212,7 +212,7 @@ broker:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8080"
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
@ -257,7 +257,7 @@ proxy:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8080"
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
@ -299,7 +299,7 @@ autoRecovery:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
@ -321,7 +321,7 @@ dashboard:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
image:
repository: apachepulsar/pulsar-dashboard
@ -347,7 +347,7 @@ dashboard:
## Optional. Leave it blank if your Ingress Controller can provide a default certificate.
secretName: ""
## Required if ingress is enabled
hostname: ""
path: "/"
@ -363,7 +363,7 @@ bastion:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
@ -384,7 +384,7 @@ prometheus:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
image:
repository: prom/prometheus
@ -393,7 +393,7 @@ prometheus:
resources:
requests:
memory: 64Mi
cpu: 0.1
cpu: 0.1
volumes:
data:
name: data
@ -427,7 +427,7 @@ grafana:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
image:
repository: apachepulsar/pulsar-grafana
@ -462,7 +462,7 @@ pulsar_manager:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
image:
repository: apachepulsar/pulsar-manager
@ -484,4 +484,3 @@ pulsar_manager:
admin:
user: pulsar
password: pulsar

View File

@ -70,7 +70,7 @@ zookeeper:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8000"
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
@ -140,7 +140,7 @@ bookkeeper:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8000"
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
@ -213,7 +213,7 @@ broker:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8080"
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
@ -258,7 +258,7 @@ proxy:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8080"
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
@ -300,7 +300,7 @@ autoRecovery:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
@ -322,7 +322,7 @@ dashboard:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
image:
repository: apachepulsar/pulsar-dashboard
@ -364,7 +364,7 @@ bastion:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
@ -385,7 +385,7 @@ prometheus:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
image:
repository: prom/prometheus
@ -428,7 +428,7 @@ grafana:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
image:
repository: apachepulsar/pulsar-grafana
@ -457,7 +457,7 @@ pulsar_manager:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
image:
repository: apachepulsar/pulsar-manager
@ -479,4 +479,3 @@ pulsar_manager:
admin:
user: pulsar
password: pulsar