add test deployment
This commit is contained in:
17
manifests/test/deploy.yaml
Normal file
17
manifests/test/deploy.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: test-color
|
||||
namespace: test-color
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: test-color
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: test-color
|
||||
spec:
|
||||
containers:
|
||||
- name: test-color
|
||||
image: kodekloud/webapp-color:latest
|
||||
Reference in New Issue
Block a user