Files

17 lines
315 B
YAML

apiVersion: v1
kind: Service
metadata:
name: auto-deploy-application-to-developm
namespace: agents
labels:
app: auto-deploy-application-to-developm
spec:
type: ClusterIP
ports:
- port: 80
targetPort: http
protocol: TCP
name: http
selector:
app: auto-deploy-application-to-developm