forked from k-space/kube
Create dummy/stub entries in auth.k-space.ee
This commit is contained in:
parent
4c52ca88ef
commit
566beecb6a
@ -8,6 +8,15 @@ spec:
|
|||||||
replacement: https://inventory.k-space.ee/${1}
|
replacement: https://inventory.k-space.ee/${1}
|
||||||
permanent: false
|
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
|
apiVersion: traefik.io/v1alpha1
|
||||||
kind: IngressRoute
|
kind: IngressRoute
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -24,3 +24,12 @@ spec:
|
|||||||
services:
|
services:
|
||||||
- kind: TraefikService
|
- kind: TraefikService
|
||||||
name: api@internal
|
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/'
|
||||||
|
Loading…
Reference in New Issue
Block a user