Created
May 23, 2023 14:09
-
-
Save viktoschi/d92823361ac03fbefaae5c73fee0fbda 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: vote-service | |
spec: | |
type: LoadBalancer | |
selector: | |
app: vote-label | |
ports: | |
- port: 80 | |
# Optional: Port Mapping | |
# targetPort: 6379 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment