mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2025-12-06 08:06:24 +00:00
12 lines
220 B
YAML
12 lines
220 B
YAML
# lifesub/deployment/manifest/services/recommend-service.yaml
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: recommend
|
|
spec:
|
|
selector:
|
|
app: recommend
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8083
|
|
type: ClusterIP |