mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +00:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"apiVersion": "apps/v1beta1",
|
|
"kind": "Deployment",
|
|
"metadata": {
|
|
"name": "nginx-deployment",
|
|
"namespace": "default"
|
|
},
|
|
"spec": {
|
|
"replicas": 2,
|
|
"template": {
|
|
"spec": {
|
|
"affinity": { },
|
|
"containers": [
|
|
{
|
|
"args": [ ],
|
|
"command": [ ],
|
|
"env": [ ],
|
|
"envFrom": [ ],
|
|
"image": "nginx:1.7.9",
|
|
"lifecycle": { },
|
|
"livenessProbe": { },
|
|
"name": "nginx",
|
|
"ports": [
|
|
{
|
|
"containerPort": 80,
|
|
"name": "http"
|
|
}
|
|
],
|
|
"readinessProbe": { },
|
|
"resources": { },
|
|
"securityContext": { },
|
|
"volumeMounts": [ ]
|
|
}
|
|
],
|
|
"hostMappings": [ ],
|
|
"imagePullSecrets": [ ],
|
|
"initContainers": [ ],
|
|
"nodeSelector": { },
|
|
"securityContext": { },
|
|
"tolerations": [ ],
|
|
"volumes": [ ]
|
|
}
|
|
}
|
|
},
|
|
"status": { }
|
|
}
|