2019-06-13 12:01:03 -07:00
|
|
|
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
|
2019-07-01 12:16:12 -07:00
|
|
|
imagePullPolicy: Always
|
2019-06-13 12:01:03 -07:00
|
|
|
ports:
|
|
|
|
- containerPort: 8080
|
|
|
|
protocol: TCP
|
|
|
|
resources: {}
|
|
|
|
strategy:
|
|
|
|
type: RollingUpdate
|
|
|
|
rollingUpdate:
|
|
|
|
maxUnavailable: 0
|
|
|
|
maxSurge: 1
|
|
|
|
revisionHistoryLimit: 5
|
|
|
|
status: {}
|