/
githubmirror
/
kubernetes
Обзор
Документация
Войти
/
githubmirror
/
kubernetes
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
hack/testdata/scale-deploy-2.yaml
25 строк
436 B
Jordan Liggitt
Update test manifests to apps/v1
19 дек 2018, 19:19
19 дек 2018, 19:19
b409ffa
Код
Авторство
О чём код?
apiVersion: apps/v1 kind: Deployment metadata: labels: run: hello name: scale-2 spec: replicas: 1 selector: matchLabels: run: hello strategy: rollingUpdate: maxSurge: 1 maxUnavailable: 1 type: RollingUpdate template: metadata: labels: run: hello spec: containers: - image: aronchick/hello-node:2.0 imagePullPolicy: IfNotPresent name: hello