Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Chart for Envoy deployments #8

Merged
merged 4 commits into from
Oct 11, 2021
Merged

Conversation

kylehodgetts
Copy link
Contributor

@kylehodgetts kylehodgetts commented Oct 7, 2021

Resolves #5

Changes

  • Add envoy chart

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

deploy/envoy/Chart.yaml Outdated Show resolved Hide resolved
deploy/envoy/values.yaml Outdated Show resolved Hide resolved
deploy/envoy/Chart.yaml Outdated Show resolved Hide resolved
deploy/envoy/Chart.yaml Outdated Show resolved Hide resolved

| Name | Email | Url |
| ---- | ------ | --- |
| slamdev | valentin.fedoskin@gmail.com | |
Copy link
Contributor

Choose a reason for hiding this comment

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

Here as well

args:
- sh
- -c
- apk add perl && cp /opt/envoy.yaml.tpl /config/envoy.yaml && perl -pi -e 's/ENV_([_A-Z0-9]+)_ENV/$ENV{$1}/g' /config/envoy.yaml
Copy link
Contributor

Choose a reason for hiding this comment

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

welp, that no go - we can't run these commands during each pod start. I suggest removing this init container completely and use only config map with envoy.yaml

@@ -0,0 +1,53 @@
{{- if .Values.ingress.enabled -}}
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't need ingress object completely

deploy/envoy/values.yaml Outdated Show resolved Hide resolved
@kylehodgetts kylehodgetts requested review from Tarick and dobegor October 8, 2021 09:25
@kylehodgetts kylehodgetts marked this pull request as ready for review October 8, 2021 09:25
type: application
version: 0.0.10
appVersion: "v1.18.2"
home: https://github.com/slamdev/helm-charts/tree/master/charts/envoy
Copy link
Contributor

Choose a reason for hiding this comment

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

Reference to old source


Helm chart to deploy [envoy](https://www.envoyproxy.io/).

**Homepage:** <https://github.com/slamdev/helm-charts/tree/master/charts/envoy>
Copy link
Contributor

Choose a reason for hiding this comment

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

old reference

@kylehodgetts kylehodgetts requested a review from Tarick October 8, 2021 13:33
Tarick
Tarick previously approved these changes Oct 8, 2021
@kylehodgetts kylehodgetts merged commit 29e8cdf into main Oct 11, 2021
@kylehodgetts kylehodgetts deleted the kylehodgetts/envoy-deployment branch October 11, 2021 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Static Envoy Fleet Deployment
2 participants