feat: Authentik | set up authentik + dependencies

Includes redis and changes to pihole, nginx, prometheus and gitea
This commit is contained in:
2024-10-12 09:31:50 +05:00
parent 5a7fccdfa1
commit 80a6b9c49c
8 changed files with 161 additions and 5 deletions

View File

@@ -68,3 +68,43 @@ metadata:
operator.1password.io/auto-restart: "true"
spec:
itemPath: "vaults/Lab/items/Cloudflare"
---
apiVersion: onepassword.com/v1
kind: OnePasswordItem
metadata:
name: authentik-postgres
namespace: authentik-system
annotations:
operator.1password.io/auto-restart: "true"
spec:
itemPath: "vaults/Lab/items/authentik-postgres"
---
apiVersion: onepassword.com/v1
kind: OnePasswordItem
metadata:
name: redis
namespace: redis-system
annotations:
operator.1password.io/auto-restart: "true"
spec:
itemPath: "vaults/Lab/items/redis"
---
apiVersion: onepassword.com/v1
kind: OnePasswordItem
metadata:
name: authentik-redis
namespace: authentik-system
annotations:
operator.1password.io/auto-restart: "true"
spec:
itemPath: "vaults/Lab/items/redis"
---
apiVersion: onepassword.com/v1
kind: OnePasswordItem
metadata:
name: gitea-oauth
namespace: gitea-system
annotations:
operator.1password.io/auto-restart: "true"
spec:
itemPath: "vaults/Lab/items/gitea-oauth"