Skip to content

Commit

Permalink
chore: bump nginx version from 1.1.7 to 1.1.8 and rename 'nginx-deplo…
Browse files Browse the repository at this point in the history
…yment-1'

Signed-off-by: zong-zhe <[email protected]>
  • Loading branch information
zong-zhe committed Jan 30, 2024
1 parent dc8b2aa commit f257a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.k
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import k8s.api.apps.v1 as k8core

k8core.Deployment {
metadata = {
name = "nginx-deployment"
name = "nginx-deployment-1"
namespace = "default"
labels = {app = "nginx"}
}
Expand All @@ -19,7 +19,7 @@ k8core.Deployment {
containers = [
{
name = "nginx"
image = "nginx:1.7.7"
image = "nginx:1.7.8"
ports = [{containerPort = 82}]
}
]
Expand Down

0 comments on commit f257a71

Please sign in to comment.