Alpha commands e2e tests

This commit is contained in:
Phani Teja Marupaka
2020-01-15 14:09:40 -08:00
parent 983ac2be31
commit c340c30f25
11 changed files with 200 additions and 37 deletions

View File

@@ -0,0 +1,12 @@
kind: Service
apiVersion: v1
metadata:
name: the-service
spec:
selector:
deployment: hello
type: LoadBalancer
ports:
- protocol: TCP
port: 8666
targetPort: 8080