Skip to content

feat: add support for NodePort service type in Helm chart #8993

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

Merged
merged 5 commits into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update-golden-files
  • Loading branch information
ericpaulsen committed Aug 10, 2023
commit d08221a777ef1d9f421a20f5597d8c25e7c04974
1 change: 1 addition & 0 deletions helm/coder/tests/testdata/provisionerd_psk.golden
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ spec:
port: 80
targetPort: "http"
protocol: TCP

externalTrafficPolicy: "Cluster"
selector:
app.kubernetes.io/name: coder
Expand Down
2 changes: 2 additions & 0 deletions helm/coder/tests/testdata/tls.golden
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,12 @@ spec:
port: 80
targetPort: "http"
protocol: TCP

- name: "https"
port: 443
targetPort: "https"
protocol: TCP

externalTrafficPolicy: "Cluster"
selector:
app.kubernetes.io/name: coder
Expand Down
1 change: 1 addition & 0 deletions helm/coder/tests/testdata/workspace_proxy.golden
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ spec:
port: 80
targetPort: "http"
protocol: TCP

externalTrafficPolicy: "Cluster"
selector:
app.kubernetes.io/name: coder
Expand Down