Last active
November 21, 2018 09:14
-
-
Save sebbrandt87/39126593e50dcf66894b06b57fdf6955 to your computer and use it in GitHub Desktop.
service.yaml
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: | |
name: si-test-foobar | |
namespace: siws | |
spec: | |
ports: | |
- port: 80 | |
protocol: TCP | |
targetPort: 8080 | |
selector: | |
app: si-test | |
sessionAffinity: None | |
type: ClusterIP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
podname: si-test
dns: si-test-foobar.siws.svc.cluster.local