Create dummy/stub entries in auth.k-space.ee

This commit is contained in:
rasmus 2024-08-26 23:29:48 +03:00
parent 4c52ca88ef
commit 566beecb6a
2 changed files with 18 additions and 0 deletions

View File

@ -8,6 +8,15 @@ spec:
replacement: https://inventory.k-space.ee/${1}
permanent: false
---
# Creates a dummy/stub in auth.k-space.ee user-facing service listing (otherwise only inventory.k-space.ee is listed).
apiVersion: codemowers.cloud/v1beta1
kind: OIDCMiddlewareClient
metadata:
name: doorboy
spec:
displayName: Doorboy
uri: 'https://inventory.k-space.ee/m/doorboy'
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:

View File

@ -24,3 +24,12 @@ spec:
services:
- kind: TraefikService
name: api@internal
---
# Creates a dummy/stub in auth.k-space.ee user-facing service listing
apiVersion: codemowers.cloud/v1beta1
kind: OIDCMiddlewareClient
metadata:
name: slack
spec:
displayName: Slack
uri: 'https://k-space-ee.slack.com/'