mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
21 lines
349 B
YAML
21 lines
349 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nirmata-nginx
|
|
labels:
|
|
app: nirmata-nginx
|
|
cli: test
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: nginx
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: nginx
|
|
spec:
|
|
containers:
|
|
- name: nirmata-nginx
|
|
# image: nginx
|
|
image: nirmata/nginx
|