Skip to content

Commit

Permalink
kustomize changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-andersen committed May 5, 2024
1 parent 1a7c7e1 commit 613c6e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/kustomize/applications/my-service-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ spec:
patch: |-
- op: replace
path: /spec/template/spec/containers/0/ports/0/containerPort
value: 443
value: 8080
2 changes: 1 addition & 1 deletion examples/kustomize/my-service/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
name: myapp
spec:
replicas: 2
replicas: 4
template:
spec:
containers:
Expand Down

0 comments on commit 613c6e4

Please sign in to comment.