From 75a1c7b245f925721aae0a8b24f405fc9073e1f0 Mon Sep 17 00:00:00 2001 From: Sangmin Kim Date: Tue, 26 Mar 2024 15:17:51 +0900 Subject: [PATCH] modified: README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 808bd5d..dacf701 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Bob ->> Alice: Do you have a custom docker image for this lab? Alice ->> Bob: No. Bob ->> Alice: OK. Then I will build a docker image based on public nginx docker image. ``` -> Bob builds a docker image and Alice validates it iteratively until they finalize the image. They might need more discussion on the technical details such as HTTPS. +> Bob builds a docker image and Alice validates it iteratively until they finalize the image. They might need more discussion on the technical details such as, HTTPS, FQDN, port, and etc. > > The docker image is not deployed to Kubernetes in this stage. @@ -69,7 +69,6 @@ Bob ->> Alice: OK. Then I will build a docker image based on public nginx docker **6. Production** -> Bob clones the Gitea project and applies all files to kubernetes production environment and Alice validates them by end-to-end test. - - -> Written with [StackEdit](https://stackedit.io/). \ No newline at end of file +> Bob clones the Gitea project and applies all files to kubernetes production environment. +> +> Alice validates the environment by end-to-end test. \ No newline at end of file