Created
August 28, 2018 03:20
-
-
Save faiyaz26/233361af1241e28063d811dca3ccd764 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: | |
name: rtn-k8s-service | |
labels: | |
app: rtn-k8s | |
spec: | |
ports: | |
- port: 80 | |
targetPort: 3000 | |
protocol: TCP | |
type: LoadBalancer | |
sessionAffinity: ClientIP | |
selector: | |
app: rtn-k8s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment