Created
April 18, 2018 17:30
-
-
Save JoaoVagner/e4d064faf718aeb989cdbac73d6f35c1 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: postgres-service | |
spec: | |
selector: | |
app: postgres-container | |
ports: | |
- protocol: TCP | |
port: 5432 | |
targetPort: 5432 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment