Created
May 20, 2020 04:40
-
-
Save vamsijakkula/8bba6c34a5db4d451ac94ed2c8ec6c7b 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: | |
name: hello-whale-green-svc | |
labels: | |
app: hello-whale-app | |
version: green | |
spec: | |
selector: | |
app: hello-whale-app | |
type: LoadBalancer | |
ports: | |
- port: 80 | |
targetPort: 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment