Skip to content

Commit

Permalink
fix typo ngnix to nginx
Browse files Browse the repository at this point in the history
Signed-off-by: chengzw <[email protected]>
  • Loading branch information
cr7258 committed Nov 11, 2023
1 parent b591146 commit 346169a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .integration/artifacthub/web-service/0.1.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec:
params:
name: app
containers:
ngnix:
image: ngnix
nginx:
image: nginx
ports:
- containerPort: 80
service:
Expand Down
4 changes: 2 additions & 2 deletions kcl-abstraction-example/main.k
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import .app

app.App {
name = "app"
containers.ngnix = {
image = "ngnix"
containers.nginx = {
image = "nginx"
ports = [{containerPort = 80}]
}
service.ports = [{ port = 80 }]
Expand Down
4 changes: 2 additions & 2 deletions web-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec:
params:
name: app
containers:
ngnix:
image: ngnix
nginx:
image: nginx
ports:
- containerPort: 80
service:
Expand Down
4 changes: 2 additions & 2 deletions web-service/suite/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ functionConfig:
params:
name: app
containers:
ngnix:
image: ngnix
nginx:
image: nginx
ports:
- containerPort: 80
service:
Expand Down
4 changes: 2 additions & 2 deletions web-service/suite/good.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec:
params:
name: app
containers:
ngnix:
image: ngnix
nginx:
image: nginx
ports:
- containerPort: 80
service:
Expand Down

0 comments on commit 346169a

Please sign in to comment.