k8s
This commit is contained in:
18
k8s/applications/backend/apigateway/service.yaml
Normal file
18
k8s/applications/backend/apigateway/service.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: apigateway
|
||||
labels:
|
||||
env: production
|
||||
tier: backend
|
||||
app: apigateway
|
||||
name: apigateway-service
|
||||
spec:
|
||||
ports:
|
||||
- port: 8000
|
||||
targetPort: 8000
|
||||
selector:
|
||||
env: production
|
||||
tier: backend
|
||||
app: apigateway
|
||||
name: apigateway-pod
|
||||
Reference in New Issue
Block a user