attic: migrate to gateway API

This commit is contained in:
2026-07-04 16:34:03 -04:00
parent 93663535bc
commit ac2ae0c3df
3 changed files with 37 additions and 10 deletions
+19
View File
@@ -0,0 +1,19 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: attic
spec:
parentRefs:
- name: traefik
sectionName: https
kind: Gateway
hostnames:
- nix-cache.dubyatp.xyz
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: attic-svc
port: 8080