This commit is contained in:
Camryn Lee 2024-11-19 18:21:51 +00:00
Родитель 64e1223a49
Коммит d6c9ce96f6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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