Commit Graph

34 Commits

Author SHA1 Message Date
mrtz f81a4b2732 treewide: Format with shellcheck, jsonlint and yamllint 2025-12-29 12:41:13 +01:00
mrtz 9fcc83f2ee fix(prom): Add Calendar 2025-11-24 17:54:00 +01:00
mrtz 46f4ef0779 fix(prom): Add clcok 2025-11-24 17:29:35 +01:00
mrtz e556bae61e fix(prom): Add image source 2025-11-24 17:07:03 +01:00
mrtz f20ad16793 fix(prom): Add plugins 2025-11-24 17:01:52 +01:00
mrtz 78a8a852b3 fix(prom): Add media plugin 2025-11-24 16:59:16 +01:00
mrtz c6c8ae5459 fix(prom): Only use oidc once and delete github auth 2025-11-10 17:45:07 +01:00
juselius 7b22a8b7b5 feat: split access groups for admins, devs and analytics 2025-11-09 13:05:17 +01:00
mrtz 2f63fec383 fix(prom): Allow larger requests before 413 2025-11-01 14:07:01 +01:00
juselius f51624f751 fix: add prometheus env for rossby 2025-09-14 08:27:32 +02:00
mrtz fa09681d36 fix: Add only to OB cluster 2025-07-10 13:44:45 +02:00
mrtz 0ac6d478c4 fix(prom): Add scrape config for dapr 2025-07-10 13:37:42 +02:00
mrtz eb61822944 fix(prom): Add whitespace 2025-06-25 17:51:00 +02:00
mrtz 808539a9b9 fix(prom): Only use cnp with cilium 2025-06-25 16:31:16 +02:00
mrtz 6d298f6b4b fix(prom): Persist tempo port change to 3200 2025-06-25 13:28:10 +02:00
mrtz 0bf649f144 fix(prom): Allow egress to tempo 2025-06-25 13:23:58 +02:00
mrtz 940664cebe fix(prom): Use correct snitch for ekman 2025-06-25 11:22:29 +02:00
mrtz 2c020999a3 fix(prom): Remove enabled switch 2025-06-25 11:14:15 +02:00
mrtz a1ca2c5fc8 fix(prom): Add only snitch 2025-06-25 10:06:06 +02:00
mrtz 2fb8be3462 fix: Add ekman snitch 2025-06-25 10:03:23 +02:00
juselius d5e0da1692 fix: add cilium cluster feature guards to network policies 2025-06-24 14:26:03 +02:00
juselius 13d7b66911 devel: change whitelist_ips to just whitelisr 2025-06-22 09:14:24 +02:00
mrtz 0d4fa7e6b9 fix: Disable plugin 2025-06-20 11:09:48 +02:00
mrtz 881d2e7e33 fix: Typo add -app 2025-06-20 11:03:23 +02:00
mrtz 67b7d0b60f chore(prometheus): Add oncall 2025-06-20 10:52:58 +02:00
juselius 498c660aae fix: fix promethues chart render error 2025-06-20 08:18:35 +02:00
juselius 75a8765e05 Merge branch 'main' of gitlab.com:oceanbox/manifests 2025-06-19 14:28:35 +02:00
juselius f5bd86dffb refactor: rename helmfile values to env 2025-06-19 14:25:11 +02:00
mrtz 274e06e759 fix(prometheus): Use correct naming 2025-06-19 10:50:10 +02:00
mrtz f45d94589b feat(prometheus): Add Grafana Oncall 2025-06-19 10:45:55 +02:00
mrtz f5125d1d96 chore: Switch targetRevsion to HEAD after merge 2025-06-10 17:01:46 +02:00
mrtz 9249f0eb18 wip: Match chart to k8s state 2025-06-10 17:00:17 +02:00
mrtz 1bb720840d feat: Migrate sys applications to helmfile
Move most of helmfiles into temp to test only velero.

File structure:

```bash
/
├── helmfile.d/                                                 # Helmfiles, *.yaml.gotmpl
├── charts/                                                     # Our own charts, e.g `Atlantis`
├── values                                                      # Values for helmfiles
│   ├── <chart>
│   │   ├── values.yaml.gotmpl                                  # Values to be templated in `values/`
│   │   ├── kustomize                                           # Kustomizations per environment
│   │   ├── manifests                                           # Raw manifests
│   │   │   ├── <chart>.yaml                                    # Argo App for bootstrap
│   │   │   ├── dashboards                                      # Grafana dashboards
│   │   │   │   └── <chart>-metrics.yaml
│   │   │   └── policies                                        # Cilium and Kyverno policies
│   │   │       ├── CiliumNetworkPolicy-allow-api-server.yaml
│   │   │       └── KyvernoPolicy-regred-secret.yaml
│   │   └── values                                              # Values for each environment
│   │       ├── <chart>-staging.yaml.gotmpl                     # Values for staging environment
│   │       ├── <chart>-prod.yaml.gotmpl                        # Values for prod environment
│   │       └── <chart>.yaml.gotmpl                             # Standard values for all environments
│   │
│   ├── values.yaml                                             # Standard values for all cluster
│   ├── values-oceanbox.yaml                                    # Values overrides for oceanbox
│   ├── values-ekman.yaml                                       # Values overrides for ekman
```
2025-06-05 13:49:00 +02:00
Moritz Jörg 65d65ea126 chore: Cleanup old nix code and add helmfile experiments 2025-06-02 20:09:42 +02:00