Add integration test for glob support

This commit is contained in:
Jingfang Liu
2018-06-27 11:01:49 -07:00
parent 6392e6629f
commit 2a3f09a2f0
8 changed files with 40 additions and 26 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: apps/v1beta2
kind: Deployment
metadata:
name: nginx
labels:
app: nginx
spec:
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: nginx
labels:
app: nginx
spec:
ports:
- port: 80
selector:
app: nginx