diff --git a/tests/service-without-endpoints.yaml b/tests/service-without-endpoints.yaml new file mode 100644 index 0000000..1832176 --- /dev/null +++ b/tests/service-without-endpoints.yaml @@ -0,0 +1,10 @@ +apiVersion: v1 +kind: Service +metadata: + name: blank-service +spec: + selector: + app: something-that-comes-later + ports: + - protocol: TCP + port: 80