Skip to content

Commit bcfe14f

Browse files
authored
fix: niginx container name (#137)
1 parent 12ed601 commit bcfe14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/nginx/dev/main.k

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import catalog.models.schema.v1.workload.network as n
66
nginx: ac.AppConfiguration {
77
workload: wl.Service {
88
containers: {
9-
wordpress: c.Container {
9+
nginx: c.Container {
1010
image = "nginx:1.25.2"
1111
resources: {
1212
"cpu": "500m"

0 commit comments

Comments
 (0)