Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ebusho committed Jul 4, 2023
1 parent a0508d2 commit 48b6e36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Build and push image
on:
push:
branches:
- k8s_poc # TODO: remove after testing
- staging
- master
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/base/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ spec:
- secretRef:
name: defi-providers-secrets
ports:
- name: grpc-port
- name: app-port
containerPort: 3002
4 changes: 2 additions & 2 deletions kubernetes/base/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ spec:
selector:
component: defi-providers
ports:
- name: defi-providers-grpc
- name: defi-providers
port: 443
targetPort: grpc-port
targetPort: app-port

0 comments on commit 48b6e36

Please sign in to comment.