Skip to content

Instantly share code, notes, and snippets.

@dudash
Created July 25, 2019 01:02
Show Gist options
  • Save dudash/abcc736b5df3587d8d38c0ec4415273a to your computer and use it in GitHub Desktop.
Save dudash/abcc736b5df3587d8d38c0ec4415273a to your computer and use it in GitHub Desktop.
OpenShift Deployment Config EAP JMX Ports YAML
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