Skip to content

Commit

Permalink
Fix mispelling of tolarations. Correctly spelled at tolerations. (apa…
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpsimon authored Feb 7, 2020
1 parent d63b6c1 commit 75c145a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 24 deletions.
25 changes: 12 additions & 13 deletions deployment/kubernetes/helm/pulsar/values-mini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ zookeeper:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8000"
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
Expand Down Expand Up @@ -140,7 +140,7 @@ bookkeeper:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8000"
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
Expand Down Expand Up @@ -212,7 +212,7 @@ broker:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8080"
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
Expand Down Expand Up @@ -257,7 +257,7 @@ proxy:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8080"
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
Expand Down Expand Up @@ -299,7 +299,7 @@ autoRecovery:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
Expand All @@ -321,7 +321,7 @@ dashboard:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
image:
repository: apachepulsar/pulsar-dashboard
Expand All @@ -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: "/"
Expand All @@ -363,7 +363,7 @@ bastion:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
Expand All @@ -384,7 +384,7 @@ prometheus:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
image:
repository: prom/prometheus
Expand All @@ -393,7 +393,7 @@ prometheus:
resources:
requests:
memory: 64Mi
cpu: 0.1
cpu: 0.1
volumes:
data:
name: data
Expand Down Expand Up @@ -427,7 +427,7 @@ grafana:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
image:
repository: apachepulsar/pulsar-grafana
Expand Down Expand Up @@ -462,7 +462,7 @@ pulsar_manager:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
image:
repository: apachepulsar/pulsar-manager
Expand All @@ -484,4 +484,3 @@ pulsar_manager:
admin:
user: pulsar
password: pulsar

21 changes: 10 additions & 11 deletions deployment/kubernetes/helm/pulsar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ zookeeper:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8000"
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
Expand Down Expand Up @@ -140,7 +140,7 @@ bookkeeper:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8000"
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
Expand Down Expand Up @@ -213,7 +213,7 @@ broker:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8080"
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
Expand Down Expand Up @@ -258,7 +258,7 @@ proxy:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8080"
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
Expand Down Expand Up @@ -300,7 +300,7 @@ autoRecovery:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
Expand All @@ -322,7 +322,7 @@ dashboard:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
image:
repository: apachepulsar/pulsar-dashboard
Expand Down Expand Up @@ -364,7 +364,7 @@ bastion:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
resources:
requests:
Expand All @@ -385,7 +385,7 @@ prometheus:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
image:
repository: prom/prometheus
Expand Down Expand Up @@ -428,7 +428,7 @@ grafana:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
image:
repository: apachepulsar/pulsar-grafana
Expand Down Expand Up @@ -457,7 +457,7 @@ pulsar_manager:
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
annotations: {}
tolarations: []
tolerations: []
gracePeriod: 0
image:
repository: apachepulsar/pulsar-manager
Expand All @@ -479,4 +479,3 @@ pulsar_manager:
admin:
user: pulsar
password: pulsar

0 comments on commit 75c145a

Please sign in to comment.