Files
stream-applications-accepta…/kubernetes/k8s-templates/http-transfomer-log/http-svc.yaml
2019-09-05 10:53:40 -04:00

20 lines
355 B
YAML

apiVersion: v1
kind: Service
metadata:
name: http-source
labels:
app: http-source
component: http-source
type: stream-ats
spring-deployment-id: http-source
spec:
type: NodePort
ports:
- port: 80
name: http-source-port
targetPort: 8080
protocol: TCP
selector:
app: http-source
component: http-source