Files
Mayacontigo/apps/pyme/.k8s/service.yaml

15 lines
265 B
YAML

apiVersion: v1
kind: Service
metadata:
name: mayacontigo-pyme-service
labels:
app: mayacontigo-pyme
spec:
selector:
app: mayacontigo-pyme
ports:
- port: 80
targetPort: 80
protocol: TCP
type: ClusterIP