Juan Pablo Quiroga

Results 38 comments of Juan Pablo Quiroga

Okay, did it using istio's EnvoyFilter CRD, here is an example in case anyone needs it ``` apiVersion: networking.istio.io/v1alpha3 kind: EnvoyFilter metadata: name: add-cors-header namespace: istio-ingress spec: workloadSelector: labels: istio:...

You can create hypertables in typeOrm: import { MigrationInterface, QueryRunner } from 'typeorm'; ``` export class TradesInit1640705305983 implements MigrationInterface { public async up(queryRunner: QueryRunner): Promise { await queryRunner.query(`CREATE TABLE IF...

Hey, i enabled monitoring in the helm chart but getting targetDown for `loki-gateway` scraper ``` monitoring: selfMonitoring: enabled: false grafanaAgent: installOperator: false dashboards: enabled: true rules: enabled: true serviceMonitor: enabled:...

Took a look at the rendered CRD's ``` Name: loki Namespace: monitoring Labels: app.kubernetes.io/instance=loki app.kubernetes.io/managed-by=Helm app.kubernetes.io/name=loki app.kubernetes.io/version=3.0.0 argocd.argoproj.io/instance=loki helm.sh/chart=loki-6.5.0 Annotations: API Version: monitoring.coreos.com/v1 Kind: ServiceMonitor Metadata: Creation Timestamp: 2024-02-28T13:15:15Z Generation:...

Is this maintained? @bulmust do you have your own version public? Need to add custom serviceAccounts

Alright, thanks for the response! @bulmust, will just copy it and create our own version

Used asdf `pnpm` plugin to install my required version (8.7.6): ``` asdf plugin-add pnpm asdf install pnpm 8.7.6 ``` then: ``` ➜ care git:(main) ✗ pnpm No version is set...

Any updates on this? Integration with ArgoCD or a plugin would be greatly appreciated

Hey @olblak, is there a possibility to specify the keys to upgrade? right now im using multiple sources for some of the apps, also if you got any instructions to...