# ExternalName service so the Traefik ingress in knoe-system can route # db.prole.org to oauth2-proxy running in the supabase namespace. # The ingress references service/oauth2-proxy:80 in knoe-system; this # alias resolves to oauth2-proxy.supabase.svc.cluster.local:80. apiVersion: v1 kind: Service metadata: name: oauth2-proxy namespace: knoe-system spec: type: ExternalName externalName: oauth2-proxy.supabase.svc.cluster.local ports: - port: 80