Skip to content

Commit

Permalink
Setting appProtocol for service objects
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenmat committed Jan 16, 2024
1 parent e7b9271 commit f52f7fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion e2e-tests/init-deploy/compare/service_some-name-rs0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ metadata:
name: some-name
spec:
ports:
- name: mongodb
- appProtocol: mongo
name: mongodb
port: 27017
protocol: TCP
targetPort: 27017
Expand Down
3 changes: 2 additions & 1 deletion e2e-tests/monitoring-2-0/compare/service_monitoring-rs0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ metadata:
name: monitoring
spec:
ports:
- name: mongodb
- appProtocol: mongo
name: mongodb
port: 27017
protocol: TCP
targetPort: 27017
Expand Down
3 changes: 2 additions & 1 deletion e2e-tests/one-pod/compare/service_one-pod-rs0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ metadata:
name: one-pod
spec:
ports:
- name: mongodb
- appProtocol: mongo
name: mongodb
port: 27017
protocol: TCP
targetPort: 27017
Expand Down

0 comments on commit f52f7fb

Please sign in to comment.