juselius
|
42eb8ce788
|
fix: fix hel1 velero bucket
|
2025-11-17 12:27:41 +01:00 |
|
juselius
|
f83aca0129
|
fix: fix typo, wrong s3 url in velero hel1
|
2025-11-17 12:22:51 +01:00 |
|
juselius
|
9e1ff47662
|
fix: setup velero for hel1
|
2025-11-17 11:15:37 +01:00 |
|
mrtz
|
7d61660a1b
|
fix(velero): Delete schedule
|
2025-10-27 08:10:13 +01:00 |
|
mrtz
|
b50cdd3e3c
|
fix: Correct yaml
|
2025-10-24 12:00:44 +02:00 |
|
mrtz
|
4ac71fd484
|
fix: Working velero on ekman
|
2025-10-23 12:48:27 +02:00 |
|
mrtz
|
9c79468392
|
fix: Direct via ip
|
2025-10-23 11:40:18 +02:00 |
|
mrtz
|
fc94ca31bd
|
fix: Change to new url
|
2025-10-23 11:33:43 +02:00 |
|
mrtz
|
d39fe63b6a
|
fix: Use correct s3 endpoint
|
2025-10-23 11:24:54 +02:00 |
|
mrtz
|
0860c32c28
|
feat: Add velero to ekman
|
2025-10-23 11:19:08 +02:00 |
|
mrtz
|
a15d2901d0
|
fix: Switch to legacy velero kubectl image
|
2025-10-10 16:45:01 +02:00 |
|
juselius
|
d8a9d46830
|
fix: fix velero kubelet path
|
2025-09-19 19:42:47 +02:00 |
|
juselius
|
0f5d9316fa
|
fix: fix velero bucket for rossby
|
2025-09-19 19:06:03 +02:00 |
|
juselius
|
d5e0da1692
|
fix: add cilium cluster feature guards to network policies
|
2025-06-24 14:26:03 +02:00 |
|
juselius
|
f5bd86dffb
|
refactor: rename helmfile values to env
|
2025-06-19 14:25:11 +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 |
|