Skip to content

Commit

Permalink
Allow hg pod access from dev and non-dev namespaces (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn authored May 8, 2024
1 parent 3e12b8a commit 442104b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deployment/base/hg-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ spec:
podSelector:
matchLabels:
app: lexbox
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: languagedepot-dev
# Do NOT put a hyphen in front of podSelector on the next line
podSelector:
matchLabels:
app: lexbox

---

Expand Down

0 comments on commit 442104b

Please sign in to comment.