Skip to content

Commit

Permalink
fix service definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Nov 26, 2024
1 parent 38acff6 commit 7f28dbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/zeno/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ metadata:
component: api
spec:
type: ClusterIP
selector:
app: zeno
component: api
ports:
- port: 8000
targetPort: http
Expand Down

0 comments on commit 7f28dbc

Please sign in to comment.