Skip to content

Commit

Permalink
add different label for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed May 16, 2024
1 parent 0168e64 commit 67fde32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .k8s/staging/deployment-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@
- op: replace
path: /spec/template/spec/containers/0/image
value: mark3labs/louper-web:staging-latest
- op: replace
path: /spec/selector/matchLabels/app
value: louper-staging
3 changes: 3 additions & 0 deletions .k8s/staging/service-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@
- op: replace
path: /spec/ports/0/nodePort
vvalue: 31943
- op: replace
path: /spec/selector/app
vvalue: louper-staging

0 comments on commit 67fde32

Please # to comment.