++service test
This commit is contained in:
parent
e6c3ebef76
commit
926a552d68
1 changed files with 10 additions and 0 deletions
10
tests/service-without-endpoints.yaml
Normal file
10
tests/service-without-endpoints.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: blank-service
|
||||||
|
spec:
|
||||||
|
selector:
|
||||||
|
app: something-that-comes-later
|
||||||
|
ports:
|
||||||
|
- protocol: TCP
|
||||||
|
port: 80
|
Loading…
Reference in a new issue