Skip to content

Commit 40a70c6

Browse files
Merge pull request #460 from Nikokolas3270/SREP-207
SREP-207: Naming cad-interceptor-service service port so it can be referenced by the ServiceMonitor
2 parents 0d75805 + 0c225e6 commit 40a70c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openshift/template.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ objects:
9595
app: configuration-anomaly-detection
9696
spec:
9797
ports:
98-
- port: 8080
98+
- name: web
99+
port: 8080
99100
protocol: TCP
100101
targetPort: 8080
101102
selector:

0 commit comments

Comments
 (0)