feat : initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: healthsync-front-service
|
||||
namespace: team1tier-healthsync-front-ns
|
||||
labels:
|
||||
app: healthsync-front
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 80
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: healthsync-front
|
||||
Reference in New Issue
Block a user