Skip to content

Commit

Permalink
service yaml file is added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-kumar00 committed Feb 9, 2024
1 parent 7eadf81 commit 05c6417
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: myplugin-service
namespace: portal
spec:
selector:
app: myplugin
ports:
- protocol: TCP
port: 80
targetPort: 80
type: LoadBalancer

0 comments on commit 05c6417

Please sign in to comment.