entur / helm-charts

0 stars 3 forks source link

fix: close #101 and fallback to internalPort for grpc probes #102

Closed AlexanderBrevig closed 4 months ago

AlexanderBrevig commented 1 year ago

Specifying true will use internalPort.

          probes:
            grpc: true
AlexanderBrevig commented 1 year ago

The previous was a bit verbose:

          probes:
            liveness:
              grpc:
                port: 8080
            readiness:
              grpc:
                port: 8080
            startup:
              grpc:
                port: 8080
AlexanderBrevig commented 1 year ago

I'm also concidering this

          probes:
            grpc: true