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 |
|