Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg committed Jun 8, 2023
1 parent fe3a106 commit 7d98b74
Showing 1 changed file with 34 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,37 +132,37 @@ services:
protocol: TCP
targetPort: 8080
endpointSlices:
- apiVersion: discovery.k8s.io/v1
kind: EndpointSlice
metadata:
name: endpointslice-service-1
namespace: envoy-gateway
labels:
kubernetes.io/service-name: service-1
addressType: IPv4
ports:
- name: http
protocol: TCP
port: 8080
endpoints:
- addresses:
- "7.7.7.7"
conditions:
ready: true
- apiVersion: discovery.k8s.io/v1
kind: EndpointSlice
metadata:
name: endpointslice-service-2
namespace: envoy-gateway
labels:
kubernetes.io/service-name: service-2
addressType: IPv4
ports:
- name: http
protocol: TCP
port: 8080
endpoints:
- addresses:
- "8.8.8.8"
conditions:
ready: true
- apiVersion: discovery.k8s.io/v1
kind: EndpointSlice
metadata:
name: endpointslice-service-1
namespace: envoy-gateway
labels:
kubernetes.io/service-name: service-1
addressType: IPv4
ports:
- name: http
protocol: TCP
port: 8080
endpoints:
- addresses:
- "7.7.7.7"
conditions:
ready: true
- apiVersion: discovery.k8s.io/v1
kind: EndpointSlice
metadata:
name: endpointslice-service-2
namespace: envoy-gateway
labels:
kubernetes.io/service-name: service-2
addressType: IPv4
ports:
- name: http
protocol: TCP
port: 8080
endpoints:
- addresses:
- "8.8.8.8"
conditions:
ready: true

0 comments on commit 7d98b74

Please sign in to comment.