Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/envoy] chart version 1.0.0 #5955

Merged
merged 3 commits into from Jun 25, 2018
Merged

[stable/envoy] chart version 1.0.0 #5955

merged 3 commits into from Jun 25, 2018

Conversation

ghost
Copy link

@ghost ghost commented Jun 5, 2018

What this PR does / why we need it: https://www.cncf.io/blog/2017/09/13/cncf-hosts-envoy/

@k8s-ci-robot k8s-ci-robot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jun 5, 2018
@ghost
Copy link
Author

ghost commented Jun 5, 2018

/assign @scottrigby

@ghost
Copy link
Author

ghost commented Jun 5, 2018

cc: @unguiculus

@ghost
Copy link
Author

ghost commented Jun 11, 2018

/assign @viglesiasce

sources:
- https://github.com/envoyproxy/envoy
maintainers:
- name: Joshua M. Dotson
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use Github username

{{- end }}
{{- end }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The $ is unnecessary here.

replicaCount: 2

podDisruptionBudget:
maxUnavailable: 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to configure a default, do it like this:

podDisruptionBudget: |
  maxUnavailable: 1

Otherwise, a user would not be able to use minAvailable if they wanted.

# service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: "true"
# service.beta.kubernetes.io/aws-load-balancer-internal: "true"
ports:
n0: {port: 10000, targetPort: n0, protocol: TCP}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's common practice here to use this notation:

n0:
  port: 10000
  targetPort: n0
  protocol: TCP

I'd suggest you change it everywhere.

@unguiculus
Copy link
Member

/assign

@ghost
Copy link
Author

ghost commented Jun 13, 2018

Thanks for your review @unguiculus . Will fix up and push asap.

@ghost
Copy link
Author

ghost commented Jun 21, 2018

@unguiculus Rebased and pushed a commit with things per your review. Thanks!

@unguiculus
Copy link
Member

/ok-to-test

@k8s-ci-robot k8s-ci-robot removed the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jun 25, 2018
@unguiculus
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 25, 2018
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: josdotso, unguiculus

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 25, 2018
@k8s-ci-robot k8s-ci-robot merged commit 7352955 into helm:master Jun 25, 2018
Ferenc- pushed a commit to Ferenc-/charts that referenced this pull request Jun 26, 2018
* [stable/envoy] chart version 1.0.0

* [stable/envoy] Remove trailing spaces from values.yaml

* [stable/envoy] Apply fixups per unguiculus' review of 1.0.0
jainishshah17 added a commit to jainishshah17/charts that referenced this pull request Jun 26, 2018
…configmap

* artifactory-ha-rbac-support: (60 commits)
  updated readme
  RBAC support
  upgrade alertmanager, prometheus, configmap-reload and node-exporter (helm#6276)
  Add support for AWS Secrets Manager (helm#6245)
  Dokuwiki - Several improvements (helm#6326)
  Mediawiki fix probes & improve notes (helm#6320)
  Odoo - Several improvements (helm#6316)
  Joomla! - Several improvements (helm#6322)
  update signalfx-agent helm chart to v0.1.2 to deploy agent v3.2.2 (helm#6202)
  cert-manager: fast-forward to upstream f804cb56 (helm#6308)
  [stable/concourse] correct the parameter name  (helm#6283)
  [stable/envoy] chart version 1.0.0 (helm#5955)
  nginx-ingress/values.yaml: Updated tag to 0.15.0. (helm#5947)
  [stable/keycloak] Documentation fixes (helm#6289)
  [sumologic-fluentd] Update to latest image and expose new configuration to control stat watcher on fluentD in_tail plugins. (helm#6304)
  Adds tolerations labels for Jaeger pods (helm#6255)
  Upgrade image version for kube-slack (helm#6305)
  Add katafygio chart (helm#5543)
  [stable/k8s-spot-rescheduler] Add support for node selector and tolerations (helm#5789)
  schema-registry - Templating for liveness/readiness probes (helm#6301)
  ...

# Conflicts:
#	stable/artifactory-ha/Chart.yaml
#	stable/artifactory-ha/README.md
#	stable/artifactory-ha/values.yaml
or1can pushed a commit to or1can/charts that referenced this pull request Jul 10, 2018
* [stable/envoy] chart version 1.0.0

* [stable/envoy] Remove trailing spaces from values.yaml

* [stable/envoy] Apply fixups per unguiculus' review of 1.0.0
voron pushed a commit to dysnix/helm-charts that referenced this pull request Sep 5, 2018
* [stable/envoy] chart version 1.0.0

* [stable/envoy] Remove trailing spaces from values.yaml

* [stable/envoy] Apply fixups per unguiculus' review of 1.0.0

Signed-off-by: voron <av@arilot.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants