Skip to content

Commit 759e031

Browse files
committed
[patch] cleanup and fix minor issue
1 parent 3bf8c94 commit 759e031

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

cluster-applications/300-mas-provisioner/templates/03-Service.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ spec:
1515
ports:
1616
- name: provisioner-port
1717
port: 443
18-
protocol: TCP
1918
targetPort: {{ .Values.service_port }}
2019
selector:
2120
app: mas-provisioner

cluster-applications/300-mas-provisioner/templates/05-Route.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ spec:
1818
name: mas-provisioner-service
1919
weight: 100
2020
port:
21-
targetPort: provisioner-port
21+
targetPort: {{ .Values.service_port }}
2222
tls:
23-
termination: edge
24-
selector:
25-
matchLabels:
26-
app: mas-provisioner
27-
component: product-service-broker
28-
wildcardPolicy: None
23+
termination: passthrough
24+
wildcardPolicy: None

0 commit comments

Comments
 (0)