Skip to content

Commit f9df6c7

Browse files
Merge pull request #28 from nsdf-fabric/proxy-node-port-to-cluster-ip
Switches proxy from node port -> cluster IP in deployment
2 parents 7211a16 + a0fb0dd commit f9df6c7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Services to GHCR
22

33
on:
44
workflow_run:
5-
workflows: [Test]
5+
workflows: [test]
66
types:
77
- completed
88

deployment/chart/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
server:
1414
serverUsername: &proxy-serverUsername "proxy_username"
1515
serverContainerPort: &proxy-serverPort 9071 # you do not have to set this value, it will be 8080 if you don't. This is mostly to avoid conflicts with other applications.
16-
nodePort: &proxy-serverNodePort 30030
1716

1817
# message plane
1918
messageBroker:
@@ -40,9 +39,8 @@ intersect:
4039
proxy-http-server:
4140
enabled: true
4241
service:
43-
type: NodePort
42+
type: ClusterIP
4443
port: *proxy-serverPort
45-
nodePort: *proxy-serverNodePort
4644
# you do not have to set this value, it will be 8080 if you don't.
4745
containerPort: *proxy-serverPort
4846
app:

0 commit comments

Comments
 (0)