18 lines
313 B
YAML
18 lines
313 B
YAML
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
|