chore(argocd): Allow applicationsync to be turned off

This commit is contained in:
Peter 2025-12-19 12:48:24 +01:00
parent 621f22546f
commit ebb770d44e
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
11 changed files with 221 additions and 8 deletions

View file

@ -0,0 +1,16 @@
---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: sonarr-route
spec:
parentRefs:
- name: internal
namespace: kube-system
hostnames:
- "sonarr.k8s.wheatley.in"
rules:
- backendRefs:
- name: sonarr
port: 80