-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I'd like to be able to lint my configuration to prevent a service from being configured that has more than one port defined for the same port with the same protocol.
e.g. prevent
apiVersion: v1
kind: Service
...
spec:
...
ports:
- name: foo
port: 10104
targetPort: 10104
protocol: TCP
- name: bar
port: 10104
targetPort: 10104
protocol: TCPdomgreen
Metadata
Metadata
Assignees
Labels
No labels