Created
July 25, 2019 01:02
-
-
Save dudash/abcc736b5df3587d8d38c0ec4415273a to your computer and use it in GitHub Desktop.
OpenShift Deployment Config EAP JMX Ports YAML
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
ports: | |
- containerPort: 8080 | |
name: http | |
protocol: TCP | |
- containerPort: 8443 | |
name: https | |
protocol: TCP | |
- containerPort: 8778 | |
name: jolokia | |
protocol: TCP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment