pingidentity / helm-charts

Apache License 2.0
22 stars 31 forks source link

Add PingDirectory configmap.yaml Values #240

Closed wesleymccollam closed 2 years ago

wesleymccollam commented 2 years ago

Currently, HTTP_PORT and HTTPS_PORT are not passed into the PingDirectory container for use. The issue is to add these variables to configmap.yaml to allow PingDirectory container access to these values.

HTTP_PORT: {{ $top.Values.pingdirectory.services.http.containerPort | quote }}
HTTPS_PORT: {{ $top.Values.pingdirectory.services.https.containerPort | quote }}