Created
September 15, 2018 16:41
-
-
Save raj-rajaratnam/7f5ef7f4b203adf6ddf7e3009a40705f to your computer and use it in GitHub Desktop.
This file contains 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: | |
annotations: {} | |
finalizers: [] | |
labels: | |
app: "utility" | |
name: "utility" | |
ownerReferences: [] | |
spec: | |
externalIPs: [] | |
loadBalancerSourceRanges: [] | |
ports: | |
- port: 8280 | |
protocol: "TCP" | |
targetPort: 8280 | |
selector: | |
app: "utility" | |
type: "NodePort" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment