This commit is contained in:
Morten Olsen
2025-08-07 22:21:33 +02:00
parent cfb90f7c9f
commit 9cdbaf7929
25 changed files with 618 additions and 43 deletions

View File

@@ -1,9 +1,10 @@
apiVersion: 'homelab.mortenolsen.pro/v1'
kind: 'AuthentikServer'
metadata:
name: homelab
name: authentik
namespace: homelab
spec:
domain: homelab
database: test2
subdomain: authentik
database: postgres
redis: redis

View File

@@ -7,6 +7,6 @@ spec:
domain: homelab/homelab
subdomain: test
destination:
host: foo.svc.cluster.local
host: authentik.svc.cluster.local
port:
number: 80

View File

@@ -1,7 +1,6 @@
apiVersion: 'homelab.mortenolsen.pro/v1'
kind: 'RedisConnection'
kind: 'PostgresCluster'
metadata:
name: 'redis'
name: 'postgres'
namespace: 'homelab'
spec:
secret: redis/connection
spec: {}

View File

@@ -1,7 +0,0 @@
apiVersion: 'homelab.mortenolsen.pro/v1'
kind: 'PostgresConnection'
metadata:
name: 'db'
namespace: 'homelab'
spec:
secret: postgres/postgres-secret

View File

@@ -1,7 +1,7 @@
apiVersion: 'homelab.mortenolsen.pro/v1'
kind: 'PostgresDatabase'
metadata:
name: 'test2'
name: postgres
namespace: 'homelab'
spec:
connection: homelab/db
connection: homelab/postgres

View File

@@ -0,0 +1,6 @@
apiVersion: 'homelab.mortenolsen.pro/v1'
kind: 'RedisServer'
metadata:
name: redis
namespace: 'homelab'
spec: {}