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