diff --git a/service/sflow.yaml b/service/sflow.yaml new file mode 100644 index 0000000000000000000000000000000000000000..467bbeae08a3117d88d81cbde4cd72afc42556fd --- /dev/null +++ b/service/sflow.yaml @@ -0,0 +1,34 @@ +apiVersion: v1 +kind: Service +metadata: + annotations: + kubectl.kubernetes.io/last-applied-configuration: | + {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{},"name":"sflow","namespace":"elastiflow"},"spec":{"ports":[{"name":"web","port":8008,"protocol":"TCP"},{"name":"collect","port":6343,"protocol":"UDP"}],"selector":{"k8s-app":"sflow"},"type":"ClusterIP"}} + creationTimestamp: "2019-02-27T02:28:20Z" + name: sflow + namespace: elastiflow + resourceVersion: "1167822922" + uid: 597249f7-3a37-11e9-86c5-0cc47a6be994 +spec: + clusterIP: 10.109.4.240 + clusterIPs: + - 10.109.4.240 + internalTrafficPolicy: Cluster + ipFamilies: + - IPv4 + ipFamilyPolicy: SingleStack + ports: + - name: web + port: 8008 + protocol: TCP + targetPort: 8008 + - name: collect + port: 6343 + protocol: UDP + targetPort: 6343 + selector: + k8s-app: sflow + sessionAffinity: None + type: ClusterIP +status: + loadBalancer: {}