Last active
January 28, 2017 17:43
-
-
Save icambridge/61437bf2546a2958113875dad9477292 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
kind: Service | |
apiVersion: v1 | |
metadata: | |
labels: | |
app: repositories-service | |
name: repositories-service | |
namespace: talenthunt | |
spec: | |
type: NodePort | |
ports: | |
- port: 9292 | |
targetPort: 8080 | |
selector: | |
app: repositories-service |
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
[root@panzer kubernetes]# kubectl describe svc repositories-service | |
Name: repositories-service | |
Namespace: default | |
Labels: app=repositories-service | |
Selector: app=repsoitory-service | |
Type: ClusterIP | |
IP: 10.98.10.1 | |
Port: <unset> 8080/TCP | |
Endpoints: <none> | |
Session Affinity: None | |
No events. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment