mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-05 23:56:23 +00:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
166 B
YAML
11 lines
166 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: product-service
|
|
spec:
|
|
selector:
|
|
app: product-service
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8083
|
|
type: ClusterIP |