Skip to content

Commit

Permalink
Create service.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 29, 2024
1 parent ee06568 commit 7e30ed6
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: pi-network
spec:
selector:
app: pi-network
ports:
- name: http
port: 8080
targetPort: 8080
type: LoadBalancer

0 comments on commit 7e30ed6

Please sign in to comment.