File tree 11 files changed +10
-16
lines changed
.integration/artifacthub/web-service/0.1.0
required-drop-cap-net-all
required-pod-requests-limits
restrict-image-registries
restrict-service-external-ips
11 files changed +10
-16
lines changed Original file line number Diff line number Diff line change 11
11
params :
12
12
name : app
13
13
containers :
14
- ngnix :
15
- image : ngnix
14
+ nginx :
15
+ image : nginx
16
16
ports :
17
17
- containerPort : 80
18
18
service :
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import .app
2
2
3
3
app.App {
4
4
name = "app"
5
- containers.ngnix = {
6
- image = "ngnix "
5
+ containers.nginx = {
6
+ image = "nginx "
7
7
ports = [{containerPort = 80}]
8
8
}
9
9
service.ports = [{ port = 80 }]
Original file line number Diff line number Diff line change 2
2
name = " required-drop-all"
3
3
version = " 0.1.1"
4
4
description = " `required-drop-all` is a KCL validation module"
5
-
Original file line number Diff line number Diff line change 2
2
name = " required-drop-cap-net-all"
3
3
version = " 0.1.1"
4
4
description = " `required-drop-cap-net-all` is a KCL validation module"
5
-
Original file line number Diff line number Diff line change 2
2
name = " require-pod-requests-limits"
3
3
version = " 0.1.1"
4
4
description = " `require-pod-requests-limits` is a KCL validation module"
5
-
Original file line number Diff line number Diff line change 2
2
name = " required-root-fs"
3
3
version = " 0.1.1"
4
4
description = " `required-root-fs` is a KCL validation module"
5
-
Original file line number Diff line number Diff line change 2
2
name = " restrict-image-registries"
3
3
version = " 0.1.1"
4
4
description = " `restrict-image-registries` is a KCL validation module"
5
-
Original file line number Diff line number Diff line change 2
2
name = " restrict-service-external-ips"
3
3
version = " 0.1.1"
4
4
description = " `restrict-service-external-ips` is a KCL validation module"
5
-
Original file line number Diff line number Diff line change 11
11
params :
12
12
name : app
13
13
containers :
14
- ngnix :
15
- image : ngnix
14
+ nginx :
15
+ image : nginx
16
16
ports :
17
17
- containerPort : 80
18
18
service :
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ functionConfig:
8
8
params :
9
9
name : app
10
10
containers :
11
- ngnix :
12
- image : ngnix
11
+ nginx :
12
+ image : nginx
13
13
ports :
14
14
- containerPort : 80
15
15
service :
Original file line number Diff line number Diff line change 11
11
params :
12
12
name : app
13
13
containers :
14
- ngnix :
15
- image : ngnix
14
+ nginx :
15
+ image : nginx
16
16
ports :
17
17
- containerPort : 80
18
18
service :
You can’t perform that action at this time.
0 commit comments