Commit Graph

265 Commits

Author SHA1 Message Date
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
Jonas Juselius de53f6c7bd ci: atlantis 2025-05-20 11:52:16 +00:00
juselius ee09bf74ac wip: atlantis local chart and muliple envs 2025-05-17 09:19:52 +02:00
Jonas Juselius 85ef55f856 ci: sorcerer 2025-05-16 13:37:42 +00:00
Jonas Juselius d40b6b30fa ci: atlantis 2025-05-16 13:37:40 +00:00
juselius 223149ecdd wip: more or less working argo and cilium helmfile setup 2025-05-16 15:30:01 +02:00
juselius ddc95aad80 wip: use separate toplevel helmfile.d and values/ 2025-05-16 10:46:38 +02:00
stigrj f17f06dead ci: atlantis 2025-05-13 16:49:16 +00:00
juselius abba0999e2 fix: get rid of /helm-working-dir in cmp 2025-05-12 19:59:23 +02:00
juselius 73ccf570d9 wip: move cilium values to external dir 2025-05-11 10:19:11 +02:00
juselius 2b974b8f8c fix: add more magicdns overrides 2025-05-06 09:36:07 +02:00
juselius 46aff6f91e wip: structural refactorizations 2025-05-05 07:57:10 +02:00
juselius 3ee4369cc1 wip: merge old serit-platfrom into manifests 2025-05-03 16:42:39 +02:00
juselius 6a5e5db08f Merge branch 'main' of gitlab.com:oceanbox/manifests 2025-05-03 14:57:06 +02:00
juselius 2dcc7e14ef fix: misc headscale policy fixes 2025-05-03 14:55:34 +02:00
juselius e4de293820 fix: add ekman and frontend 22 2025-05-02 13:49:42 +02:00
juselius 3c1d289568 fix: add oty to devops group 2025-05-02 13:22:42 +02:00
juselius 7a0a737e98 fix: fix keycloak magicdns 2025-04-30 08:42:26 +02:00
juselius cbf00643d1 fix: change tailnet domain to hs 2025-04-29 08:53:15 +02:00
juselius d1776f3693 fix: allow tailscale users to access gw-tos 2025-04-28 10:33:49 +02:00
juselius 94d01a84b0 fix: fix exit node acls + some typos 2025-04-28 10:25:33 +02:00
juselius 2b53bc519e fix: fix headscale user names 2025-04-28 08:45:38 +02:00
juselius 186ebe57b0 fix: update headscale 2025-04-27 19:38:46 +02:00
juselius 467be73315 fix: enable headscale persistence 2025-04-27 09:33:28 +02:00