diff --git a/.github/workflows/auth-microservice-deploy.yml b/.github/workflows/auth-microservice-deploy.yml index e92e278..984cde3 100644 --- a/.github/workflows/auth-microservice-deploy.yml +++ b/.github/workflows/auth-microservice-deploy.yml @@ -77,6 +77,7 @@ jobs: kubectl apply -f ${{env.K8_DIR}}/auth-db-service.yaml kubectl apply -f ${{env.K8_DIR}}/auth-db-volume-persistentvolumeclaim.yaml kubectl apply -f ${{env.K8_DIR}}/auth-microservice-config.yaml + cat ${{env.K8_DIR}}/auth-microservice-deployment.yaml kubectl apply -f ${{env.K8_DIR}}/auth-microservice-deployment.yaml kubectl apply -f ${{env.K8_DIR}}/auth-microservice-service.yaml diff --git a/auth-microservice/README.md b/auth-microservice/README.md index 922c43f..4193b07 100644 --- a/auth-microservice/README.md +++ b/auth-microservice/README.md @@ -35,4 +35,4 @@ Let imagine `ec4942c811fe` is the container ID (`docker ps` will show you what i ## Testing Deploy to K8: -- 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 +- 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12