mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
357 B
YAML
22 lines
357 B
YAML
5 years ago
|
apiVersion: extensions/v1beta1
|
||
|
kind: Deployment
|
||
|
metadata:
|
||
|
labels:
|
||
|
app: kuard
|
||
|
name: kuard
|
||
|
namespace: default
|
||
|
spec:
|
||
|
replicas: 3
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
app: kuard
|
||
|
unwanted: value
|
||
|
template:
|
||
|
metadata:
|
||
|
labels:
|
||
|
app: kuard
|
||
|
spec:
|
||
|
containers:
|
||
|
- image: gcr.io/kuar-demo/kuard-amd64:1
|
||
|
name: kuard
|