edit deployment for ds
This commit is contained in:
Родитель
64e1223a49
Коммит
d6c9ce96f6
|
@ -25,7 +25,7 @@ spec:
|
|||
containers:
|
||||
- name: nginx
|
||||
image: mcr.microsoft.com/mirror/docker/library/nginx:1.25
|
||||
command: ["sh", "-c", "while true; do curl -s google.com; sleep 2; done"]
|
||||
command: ["sh", "-c", "while true; do curl -s ipv6.google.com; sleep 2; done"]
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 80
|
||||
|
|
Загрузка…
Ссылка в новой задаче