prop/k8s/service.yaml

14 lines
206 B
YAML

apiVersion: v1
kind: Service
metadata:
name: prop
namespace: prop
spec:
type: ClusterIP
selector:
app: prop
ports:
- name: http
port: 5000
targetPort: 5000
protocol: TCP