Skip to content

Commit 887281b

Browse files
authored
Merge pull request kroxylicious#2090 from ShubhamRwt/exampleFix
Exposing the port for metrics the Record encryption example
2 parents 0e52c07 + 802c017 commit 887281b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

kubernetes-examples/filters/record-encryption/base/kroxylicious/kroxylicious-service.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ spec:
1414
selector:
1515
app: kroxylicious
1616
ports:
17+
- name: metrics
18+
protocol: TCP
19+
port: 30090
20+
targetPort: 9190
21+
nodePort: 30090
22+
1723
- name: port-30192
1824
protocol: TCP
1925
port: 30192
@@ -37,3 +43,4 @@ spec:
3743
port: 30195
3844
targetPort: 30195
3945
nodePort: 30195
46+

0 commit comments

Comments
 (0)