Created
January 14, 2021 00:50
-
-
Save mrjamiebowman/70bb0ac6794c7cf071d695bf37342652 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: kubernetes-tutorial | |
namespace: mrjamiebowman | |
spec: | |
type: LoadBalancer | |
ports: | |
- port: 80 | |
selector: | |
app: kubernetes-tutorial |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment