Skip to content

Commit

Permalink
Create services.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
javahometech authored Aug 17, 2020
1 parent b49ad84 commit 35a743d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions k8s/services.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
kind: Service
apiVersion: v1
metadata:
name: javaapp
spec:
selector:
app: javaapp
ports:
- protocol: TCP
port: 80
targetPort: 8080
nodePort: 30000
type: LoadBalancer

0 comments on commit 35a743d

Please sign in to comment.