1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 01:16:55 +00:00
kyverno/test/output/ghost.yaml
2019-06-17 18:11:22 -07:00

40 lines
876 B
YAML

kind: Deployment
apiVersion: apps/v1
metadata:
name: ghost
creationTimestamp:
labels:
app: nginx_is_mutated
cli: test
isMutated: 'true'
nirmata.io/application.name: ghost
nirmata.io/component: ghost
nirmata.io/deployment.name: ghost
spec:
replicas: 1
selector:
matchLabels:
nirmata.io/application.name: ghost
nirmata.io/component: ghost
template:
metadata:
creationTimestamp:
labels:
nirmata.io/application.name: ghost
nirmata.io/component: ghost
nirmata.io/deployment.name: ghost
spec:
containers:
- name: ghost
image: nginx:latest
ports:
- containerPort: 8080
protocol: TCP
resources: {}
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxSurge: 1
revisionHistoryLimit: 5
status: {}