Safe_Share/safeshare/K8s/frontend_service.yaml

16 lines
311 B
YAML

apiVersion: v1
kind: Service
metadata:
name: safeshare-frontend-service
labels:
app: safeshare
tier: frontend
spec:
type: NodePort
ports:
- port: 80
nodePort: 32001 # Changed this to a different NodePort to avoid potential conflicts.
selector:
app: safeshare
tier: frontend