Commit Graph

24 Commits

Author SHA1 Message Date
mrtz 0b73242b65 major(ingress): Migrate hel1 to ha-proxy controller
Most ingresses annotations should be work with small changes.
2026-05-06 11:10:18 +02:00
mrtz 9d034eea25 chore(ingress-nginx): Bump to latest v4.9 2026-01-20 17:03:03 +01:00
simkir 59580b5d29 fix(nginx): Move error page to 503 2026-01-08 14:42:33 +01:00
simkir ea1a0a2eb5 Add custom 404.html to nginx default backend 2026-01-08 14:25:22 +01:00
simkir ffb572e762 fix(nginx): Set default backend to custom-error-pages 2026-01-08 14:10:26 +01:00
mrtz 5ac62b6c0e fix(ingress): Add empty list 2025-11-21 09:21:23 +01:00
juselius 9e71b4dd1d fix: fix ingress nodeport and loadbalancer 2025-11-16 13:12:04 +01:00
juselius 19d1b00ce1 fix: fix loadbalancer annotations for hel1 ingress 2025-11-16 12:00:55 +01:00
juselius 96830f07a8 fix: update ingress worker procs to 8 (for hel1) 2025-11-16 09:33:37 +01:00
juselius 3713f4ff6e fix: fix ingress service to ClusterIP (take 2) 2025-09-19 18:43:58 +02:00
juselius 8a264f99eb fix: fix ingress service to ClusterIP 2025-09-19 18:42:05 +02:00
juselius 2f06a29487 fix: fix typo 2025-09-19 18:17:09 +02:00
juselius 5e6e8d4de4 fix: limit no workers with hostNetwork 2025-09-19 18:11:12 +02:00
juselius 03379f9186 fix: limit no workers with hostNetwork 2025-09-19 18:00:46 +02:00
juselius e1d4dbecc6 fix: fix hostNetwork setting 2025-09-19 17:45:51 +02:00
juselius 0fb0eb235d fix: make ingress networking more configurable 2025-09-19 17:38:36 +02:00
juselius b836774f85 feat: enable hostPort on nginx ingress on rossby 2025-09-19 17:03:05 +02:00
mrtz 8f6723a299 feat: Add helmfile for linkerd 2025-06-24 16:52:14 +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 a0a0f8586d wip: helmfileify 2025-06-03 15:56:35 +02:00