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
152 B
YAML
11 lines
152 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: kos-mock
|
|
spec:
|
|
selector:
|
|
app: kos-mock
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8084
|
|
type: ClusterIP |