diff --git a/examples/abstraction/web-service/suite/config.yaml b/examples/abstraction/web-service/suite/config.yaml index 6aaf2e3..5c65bb4 100644 --- a/examples/abstraction/web-service/suite/config.yaml +++ b/examples/abstraction/web-service/suite/config.yaml @@ -8,8 +8,8 @@ functionConfig: params: name: app containers: - ngnix: - image: ngnix + nginx: + image: nginx ports: - containerPort: 80 service: diff --git a/examples/abstraction/web-service/suite/good.yaml b/examples/abstraction/web-service/suite/good.yaml index 01945d7..fc4d7de 100644 --- a/examples/abstraction/web-service/suite/good.yaml +++ b/examples/abstraction/web-service/suite/good.yaml @@ -11,8 +11,8 @@ spec: params: name: app containers: - ngnix: - image: ngnix + nginx: + image: nginx ports: - containerPort: 80 service: diff --git a/tests/abstraction/web-service/kcl.yaml b/tests/abstraction/web-service/kcl.yaml index 0924a17..d8b1af4 100644 --- a/tests/abstraction/web-service/kcl.yaml +++ b/tests/abstraction/web-service/kcl.yaml @@ -20,8 +20,8 @@ kcl_options: params: name: app containers: - ngnix: - image: ngnix + nginx: + image: nginx ports: containerPort: 80 service: