Skip to content

Conversation

@surendarraju
Copy link
Contributor

No description provided.

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "eric-oss-hello-world-python-app.name" . }}-envoy-template
Copy link
Contributor

Choose a reason for hiding this comment

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

name: {{ include "eric-oss-hello-world-python-app.name" . }}-envoy-template
change to
name: {{ include "eric-oss-hello-world-python-app.name" . }}-envoy-configmap

to conform with rApp naming convention for k8s resources

Copy link
Contributor

Choose a reason for hiding this comment

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

we may also consider renaming envoy to a generic proxy to signal the intent of the configmap better

secret:
secretName: {{ include "eric-oss-hello-world-python-app.clientSecret" . | quote }}
defaultMode: 420
- name: envoy-platform-cacerts
Copy link
Contributor

Choose a reason for hiding this comment

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

should we mention envoy at all regarding secrets? certs are not locked to a specific proxy vendor, other rApp developers may choose to use alternatives like Nginx and these certs would still work fine for that

ports:
- port: {{ .Values.service.port }}
targetPort: 8050
- port: {{ .Values.service.httpport }}
Copy link
Contributor

Choose a reason for hiding this comment

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

http-port

protocol: TCP
name: http
name: envoy-http
- port: {{ .Values.service.httpsport }}
Copy link
Contributor

Choose a reason for hiding this comment

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

https-port

clientCredsMountPath: "/etc/client-creds/"
envoyPlatformCaCertMountPath: "/etc/certs/ca"
envoyAppCertMountPath: "/etc/certs/app"
#envoyPlatformCaCertFileName: "dummy1.crt"
Copy link
Contributor

Choose a reason for hiding this comment

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

leftover comments? should these be deleted?

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.

2 participants