最新の Nginx イメージを実行し、HTTP ポートを宣言するコンテナ設定はどれですか?
image: nginx:latest と containerPort: 80 を使用する。
image: nginx:latest
containerPort: 80
image: nginx:latest と containerPort: 443 を使用する。
containerPort: 443
image: nginx:latest を Service の spec の下に置き、Pod のコンテナ一覧には置かない。
spec
image: nginx:placeholder を使用し、コンテナポートを省略する。
image: nginx:placeholder