Last active
February 23, 2021 16:25
-
-
Save eyarz/e4459f7aca466ddee4efceb0cf285ab7 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
kind: Service | |
apiVersion: v1 | |
metadata : | |
name: my—service | |
spec: | |
selector: | |
app: MyApp | |
ports : | |
— protocol: TCP | |
port: 80 | |
targetport: 9376 | |
cluster1P: 10.0.171.239 | |
loadBalancerIP: 78.11.24.19 | |
type: LoadBalancer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment