wildfly / wildfly-charts

Helm Charts for WildFly
https://docs.wildfly.org/wildfly-charts/
Apache License 2.0
3 stars 14 forks source link

The ping service is missing the "clusterIP: None" spec #43

Closed jmesnil closed 2 years ago

jmesnil commented 2 years ago

Describe the bug

The ping service created by the chart at https://github.com/wildfly/wildfly-charts/blob/1fa73ccda867d8addfd0743604fd8a6200a2ad52/charts/wildfly-common/templates/_service.yaml#L18-L35 is missing the clusterIP: None spec that allows the pods to see each other.

The initial definition of that service in the OpenShift template has this field: https://github.com/jboss-container-images/jboss-eap-openshift-templates/blob/699af0e3443ce96ccbba31c799128959693535f0/templates/eap74-basic-s2i.json#L196