--- # Non-secret env for the -unkin2 fork (adult tier). Identical mechanism to the # kids radarr, pointed at its own shared-Postgres database (radarr-adult-main) # and its own UrlBase (/3aa168/radarr) so arrproxy path-routing reaches the adult # instance separately. Shares the one arrstack Valkey (keys namespaced by the # fork's radarr:ratelimit: prefix). User/Password/ApiKey come from Secrets (see # deployment.yaml), not here. apiVersion: v1 kind: ConfigMap metadata: name: radarr-adult-env namespace: arrstack data: Radarr__Postgres__Host: arrstack-postgres-rw.arrstack.svc.cluster.local Radarr__Postgres__Port: "5432" Radarr__Postgres__MainDb: radarr-adult-main Radarr__Log__DbEnabled: "false" Radarr__Auth__Method: External Radarr__Auth__Required: DisabledForLocalAddresses Radarr__App__InstanceName: Radarr Radarr__Server__Port: "7878" Radarr__Server__UrlBase: /3aa168/radarr Radarr__Update__Mechanism: External Radarr__Redis__Host: valkey-arrstack-valkey.arrstack.svc.cluster.local Radarr__Redis__Port: "6379"