-
Notifications
You must be signed in to change notification settings - Fork 489
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 New Port Mappings for Helm chart #352
Add New Port Mappings for Helm chart #352
Conversation
549a74f
to
4ce8417
Compare
4ce8417
to
515e365
Compare
# http_proxy_port: 8080 | ||
# https_proxy_port: 8443 | ||
# jabber_proxy_port: 8222 | ||
# media_proxy_port: 7777 |
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 need this one as well?
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.
No, these are left as examples for other users
{{- if .Values.service.media_proxy_port }} | ||
- port: {{ .Values.service.media_proxy_port }} | ||
targetPort: 7777 | ||
protocl: TCP |
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.
Hmm.. typo? How is YAML passing?
25486ea
to
b4fe2a4
Compare
{{- if .Values.service.media_port }} | ||
- port: {{ .Values.service.media_port }} | ||
targetPort: 587 | ||
protocl: TCP |
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 too.
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.
LGTM assuming you have tested this version and confirmed proxy works!
@@ -0,0 +1,38 @@ | |||
name: Docker Image Build for PRs | |||
|
|||
# Run on every push to main + weekly, Sunday @ midnight |
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.
Is the comment accurate?
The stats port
8199
is open by default, and it should probably be closed.Media ports are not open by default on the helm chart, fixes that
Changes the service type to an external load balancer type so that a default helm deployment creates an external IP.
Also fixes the docker build pipeline for PRs to only build, and not push