16 lines
275 B
YAML
16 lines
275 B
YAML
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
|