Pavan Kumar

Results 8 issues of Pavan Kumar

Description =========== I'm trying statically compile using `golang:1.15-alpine` image ``` WORKDIR /src COPY . . RUN apk update && apk add --no-cache librdkafka librdkafka-dev build-base git ca-certificates pkgconf RUN CGO_ENABLED=1...

installation

Using custom Ingress causing 404 error on authenticate service ``` "size":0,"response-code":404,"response-code-details":"route_not_found","time":"2022-10-13T06:58:16Z","message":"http-request"} ``` Ingress.yaml ``` apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: custom-pomerium-ingress namespace: pomerium spec: ingressClassName: nginx rules: - host: authenticate.dev.X.X...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...

bug
provider/bitbucket
Stale

Hello, Issue: Had to reinstall few plugins which got removed upon pod restart when PVC was enabled Reason: [README.md](https://raw.githubusercontent.com/EugenMayer/helm-charts/main/charts/rundeck/README.md) says for `plugins.claim.enabled` -> `If enabled, mounts a volume for the...

Hello team, Already a big thank you for your project, I appreciate it very much! I would like to know if this repository is still maintained?

### Git provider (optional) Bitbucket Cloud ### System Info (optional) deployment type: webhook server on K8s ### Issues details Hello, I'm trying to deploy PR-agent as webhook server on Kubernetes...

answered
general

currently for configuring gateway service only the port parameter is used to populate TargetPort and ServicePort. which is quite limiting in certain conditions ``` additionalContainerPorts: - port: 9081 ``` With...