mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2025-12-06 08:06:24 +00:00
16 lines
241 B
YAML
16 lines
241 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: recommend-service
|
|
namespace: dg0400-lifesub-ns
|
|
labels:
|
|
app: recommend
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8083
|
|
protocol: TCP
|
|
selector:
|
|
app: recommend
|