Skip to content

Commit

Permalink
feat: add targetport to ip and hostname operator services
Browse files Browse the repository at this point in the history
  • Loading branch information
chainzero committed Feb 13, 2024
1 parent 5f5630f commit bbba95d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion charts/akash-hostname-operator/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ spec:
app.kubernetes.io/part-of: provider
ports:
- name: rest
port: 8080
port: 8080
targetPort: rest
3 changes: 2 additions & 1 deletion charts/akash-ip-operator/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ spec:
app.kubernetes.io/part-of: provider
ports:
- name: rest
port: 8080
port: 8080
targetPort: rest

0 comments on commit bbba95d

Please sign in to comment.