mrtz
|
b5486042f7
|
chore(prom): Bump to latest
|
2026-03-12 12:21:07 +00:00 |
|
mrtz
|
50f3bef3f1
|
chore(prom): Update CRDs
|
2026-03-12 12:16:34 +00:00 |
|
mrtz
|
ab4e7b89fa
|
fix(prometheus): Don't ctrl+v
|
2026-03-10 13:18:47 +00:00 |
|
mrtz
|
bb254e30f3
|
fix(prometheus): Bump CRDs
|
2026-03-10 13:15:29 +00:00 |
|
mrtz
|
f81a4b2732
|
treewide: Format with shellcheck, jsonlint and yamllint
|
2025-12-29 12:41:13 +01: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
|
0bf649f144
|
fix(prom): Allow egress to tempo
|
2025-06-25 13:23:58 +02:00 |
|
juselius
|
d5e0da1692
|
fix: add cilium cluster feature guards to network policies
|
2025-06-24 14:26:03 +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 |
|