Created
May 18, 2020 08:40
-
-
Save akash-gautam/6b8506cdc5cd780475cbffe2e919e9d1 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
kind: Service | |
apiVersion: v1 | |
metadata: | |
name: opa-service | |
spec: | |
type: LoadBalancer | |
selector: | |
app: opa-app | |
ports: | |
- protocol: TCP | |
port: 80 | |
targetPort: 8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment