-
Notifications
You must be signed in to change notification settings - Fork 21
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
Conversation
deploy/envoy/README.md
Outdated
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| slamdev | valentin.fedoskin@gmail.com | | |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
deploy/envoy/templates/ingress.yaml
Outdated
@@ -0,0 +1,53 @@ | |||
{{- if .Values.ingress.enabled -}} |
There was a problem hiding this comment.
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/Chart.yaml
Outdated
type: application | ||
version: 0.0.10 | ||
appVersion: "v1.18.2" | ||
home: https://github.com/slamdev/helm-charts/tree/master/charts/envoy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reference to old source
deploy/envoy/README.md
Outdated
|
||
Helm chart to deploy [envoy](https://www.envoyproxy.io/). | ||
|
||
**Homepage:** <https://github.com/slamdev/helm-charts/tree/master/charts/envoy> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
old reference
Resolves #5
Changes
Checklist