Created
July 17, 2019 17:08
-
-
Save gschanuel/37957fc2b0f6565f97e03ba5cfcf0f1f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"apiVersion": "v1", | |
"kind": "Service", | |
"metadata": { | |
"creationTimestamp": "2019-06-25T21:42:54Z", | |
"labels": { | |
"app.kubernetes.io/component": "TCP", | |
"app.kubernetes.io/instance": "logsys-graylog", | |
"app.kubernetes.io/managed-by": "Tiller", | |
"app.kubernetes.io/name": "graylog", | |
"app.kubernetes.io/version": "2.5.1-3", | |
"helm.sh/chart": "graylog-1.1.0" | |
}, | |
"name": "logsys-graylog-tcp", | |
"namespace": "logsys", | |
"resourceVersion": "1452876", | |
"selfLink": "/api/v1/namespaces/logsys/services/logsys-graylog-tcp", | |
"uid": "30366698-9792-11e9-aac3-005056a6d32b" | |
}, | |
"spec": { | |
"clusterIP": "172.25.98.254", | |
"externalTrafficPolicy": "Cluster", | |
"ports": [ | |
{ | |
"name": "inputsyslog", | |
"nodePort": 30044, | |
"port": 5044, | |
"protocol": "TCP", | |
"targetPort": 5044 | |
}, | |
{ | |
"name": "pafwsyslog", | |
"nodePort": 30045, | |
"port": 5555, | |
"protocol": "TCP", | |
"targetPort": 5555 | |
} | |
], | |
"selector": { | |
"app.kubernetes.io/instance": "logsys-graylog", | |
"app.kubernetes.io/name": "graylog" | |
}, | |
"sessionAffinity": "None", | |
"type": "NodePort" | |
}, | |
"status": { | |
"loadBalancer": {} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment