juselius
|
301f7f0c75
|
fix: deploy dapr as normal helm chart to invoke post hooks
|
2025-06-21 08:10:17 +02:00 |
|
juselius
|
3ca8363040
|
feat: add dapr helmfile et al.
|
2025-06-20 19:57:38 +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
|
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 |
|
juselius
|
91b56423f2
|
wip: figuring out how to do multiple envs and stuff
|
2024-10-14 07:51:07 +02:00 |
|
Jonas Juselius
|
11b398801d
|
wip: try nixidy
|
2024-10-10 16:04:41 +02:00 |
|