Vijay
Vijay
Hi, Once again, thank you for maintaining this operator. I had a look at the documentation and I could not find anything around incremental backups. I'm looking for something along...
Hi, Thanks for maintaining this repo. I am trying to use caddy ingress to expose the kubernetes dashboard. With nginx, this annotation is needeed in the ingress: ``` nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"...
Hi, I have installed `nats-server` using the helm chart: ``` helm install nats-server nats/nats --namespace=nats \ --set exporter.enabled=false \ --set cluster.enabled=true \ --set cluster.replicas=3 \ -f nats-affinity.yaml helm list NAME...
Hi, Thanks for maintaining this repo. I have installed the provisioner on a single node `k3s` cluster (home lab) using: ```sh kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/master/deploy/local-path-storage.yaml ``` The provisioner originally installs...
Hi, Just documenting this so that it can be fixed when you guys have a chance. As an example, install Postgres 14.1. Backup container uses Postgres 14.1. Then upgrade to...
**Environment info:** * KrakenD version: 2.6.0 * Additional environment information: rke2 v1.27.11 (k8s) ---- 1 ---- We have our observability config as follows: ```json "telemetry/opentelemetry": { "exporters": { "prometheus": [...
Hi, Thanks for maintaining this repo. Is it possible to document the equivalent caddy annotation for this nginx annotation? ```sh nginx.ingress.kubernetes.io/proxy-body-size: 5m ``` Thanks
Hi, KrakenD version: v2.6.3 `disable_redirect_trailing_slash` is not working as expected. ```json { "version": 3, "port": 8080, "extra_config": { "router": { "health_path": "/health", "disable_redirect_trailing_slash": true } } } ``` Visiting `localhost:8080/health/`...
### Is there an existing issue for this? - [x] I have searched the existing issues ### This is not related to configuring Outline - [x] The issue is not...