fix: Gitea | use redis for queue

This commit is contained in:
2024-10-12 18:26:54 +05:00
parent 70736f440e
commit db935d355c
2 changed files with 27 additions and 0 deletions

View File

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