Commit Graph

288 Commits

Author SHA1 Message Date
juselius 498c660aae fix: fix promethues chart render error 2025-06-20 08:18:35 +02:00
juselius cea7ff8537 refactor: move resorces and policies to system 2025-06-19 16:55:23 +02:00
juselius 6eea7ddbbb fix: don't autosync system 2025-06-19 15:40:22 +02:00
juselius 33360777c9 feat: add system app for cluster level resources 2025-06-19 15:31:39 +02:00
mrtz c3d322f543 fix(plume): Move to default proj 2025-06-19 14:35:07 +02:00
mrtz 15a55e1190 refactor(plume): Rename values -> env 2025-06-19 14:33:25 +02:00
juselius 75a8765e05 Merge branch 'main' of gitlab.com:oceanbox/manifests 2025-06-19 14:28:35 +02:00
juselius e110ea37eb refactor: move cilium policies to kyverno 2025-06-19 14:25:54 +02:00
juselius f5bd86dffb refactor: rename helmfile values to env 2025-06-19 14:25:11 +02:00
mrtz f864e6924d fix(plume): Deploy plume to ekman via oceanbox 2025-06-19 14:10:42 +02:00
mrtz 07d1f51dab feat: Add Plume Staging Chart 2025-06-19 14:07:34 +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
juselius 19222fcb75 devel: cleanup cruft 2025-06-19 10:15:16 +02:00
juselius fb3d6cf7fe fix: remove serit-oicd 2025-06-19 10:06:48 +02:00
mrtz 43698b3d43 ci: atlantis 2025-06-18 13:40:40 +00:00
mrtz b35f24fed5 ci: sorcerer 2025-06-18 13:40:37 +00:00
mrtz 1ff16548c5 ci: atlantis 2025-06-18 12:50:45 +00:00
Jonas Juselius 0ff6a59cdc ci: atlantis 2025-06-18 12:35:00 +00:00
mrtz 7d8fbd82ee fix: Typo in ceph hubble 2025-06-18 10:47:35 +02:00
juselius f7b7ea09b9 fix: use only on atlantis replica for now 2025-06-18 09:00:46 +02:00
Jonas Juselius 66f53b2c76 ci: atlantis 2025-06-18 06:35:30 +00:00
Jonas Juselius ec88b23349 ci: sorcerer 2025-06-18 06:35:26 +00:00
mrtz ecb4b84009 chore(headscale): Update DNS map 2025-06-17 16:00:36 +02:00
mrtz bb83ad930b ci: atlantis 2025-06-17 12:26:34 +00:00
mrtz 1e681a3c6c ci: sorcerer 2025-06-17 12:26:30 +00:00
Jonas Juselius d411582a74 ci: sorcerer 2025-06-17 11:59:55 +00:00
Jonas Juselius a28e35efdf ci: atlantis 2025-06-17 11:59:52 +00:00
mrtz 4c7b98ccdc ci: atlantis 2025-06-17 10:29:55 +00:00
mrtz 5e87793541 chore: Bump atlantis to a20284cb 2025-06-17 09:42:33 +02:00
Moritz Jörg 9e56811a8f chore: Checkout of previous helm config for atlantis, openfga, redis and rabbitmq 2025-06-16 13:37:41 +02:00
stigrj 5c39b19e58 ci: sorcerer 2025-06-16 11:22:10 +00:00
Jonas Juselius 5f3d9fd791 ci: sorcerer 2025-06-16 11:09:36 +00:00
mrtz 8e4e308bce fix(headscale): Remove vowels from dns instance
Lesson for next time, don't try a cool nickname...
2025-06-11 13:52:32 +02:00
mrtz 8adc2104b6 Merge branch 'mrtz/headscale' into 'main'
fix: Use correct email for headscale

See merge request oceanbox/manifests!9
2025-06-10 19:56:35 +02:00
Jonas Juselius 2eef55f9e9 Merge branch 'mrtz/migrate' into 'main'
chore: Switch targetRevsion to HEAD after merge

See merge request oceanbox/manifests!8
2025-06-10 19:47:44 +02:00
Jonas Juselius 03ac567bed Merge branch 'helmify' into 'main'
feat: Migrate sys applications to helmfile

See merge request oceanbox/manifests!10
2025-06-10 19:45:50 +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 8ec9575ad8 fix: Use correct email for headscale 2025-06-10 16:48:39 +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 a0a0f8586d wip: helmfileify 2025-06-03 15:56:35 +02:00
Moritz Jörg 65d65ea126 chore: Cleanup old nix code and add helmfile experiments 2025-06-02 20:09:42 +02:00
stigrj 648609e824 ci: atlantis 2025-05-24 10:59:00 +00:00
stigrj 5515f681f3 ci: atlantis 2025-05-24 09:47:01 +00:00
stigrj d2d3d03107 ci: atlantis 2025-05-24 06:49:39 +00:00
stigrj c7a8ae8685 ci: atlantis 2025-05-23 21:04:21 +00:00
stigrj 48b1d65d99 ci: atlantis 2025-05-23 20:16:56 +00:00
stigrj ad3ba9671e ci: atlantis 2025-05-23 12:47:34 +00:00
stigrj e67cb32ff1 ci: sorcerer 2025-05-23 12:47:32 +00:00