mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 16:16:23 +00:00
12 lines
159 B
YAML
12 lines
159 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: api-gateway
|
|
spec:
|
|
selector:
|
|
app: api-gateway
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8080
|
|
type: ClusterIP
|