gitea: use valkey operator
This commit is contained in:
@@ -59,6 +59,16 @@ gitea:
|
|||||||
HOST: weyma-pgsql-rw.cloudnativepg.svc.cluster.local
|
HOST: weyma-pgsql-rw.cloudnativepg.svc.cluster.local
|
||||||
NAME: gitea
|
NAME: gitea
|
||||||
USER: gitea
|
USER: gitea
|
||||||
|
queue:
|
||||||
|
TYPE: redis
|
||||||
|
CONN_STR: redis+cluster://:@gitea-kv-headless.gitea.svc.cluster.local:6379/0?pool_size=100&idle_timeout=180s&
|
||||||
|
session:
|
||||||
|
PROVIDER: redis
|
||||||
|
PROVIDER_CONFIG: redis+cluster://:@gitea-kv-headless.gitea.svc.cluster.local:6379/0?pool_size=100&idle_timeout=180s&
|
||||||
|
cache:
|
||||||
|
ENABLED: 'true'
|
||||||
|
ADAPTER: redis
|
||||||
|
HOST: redis+cluster://:@gitea-kv-headless.gitea.svc.cluster.local:6379/0?pool_size=100&idle_timeout=180s&
|
||||||
server:
|
server:
|
||||||
DISABLE_SSH: false
|
DISABLE_SSH: false
|
||||||
DOMAIN: git.dubyatp.xyz
|
DOMAIN: git.dubyatp.xyz
|
||||||
@@ -83,6 +93,20 @@ gitea:
|
|||||||
security:
|
security:
|
||||||
INSTALL_LOCK: true
|
INSTALL_LOCK: true
|
||||||
extraDeploy:
|
extraDeploy:
|
||||||
|
- apiVersion: hyperspike.io/v1
|
||||||
|
kind: Valkey
|
||||||
|
metadata:
|
||||||
|
name: gitea-kv
|
||||||
|
spec:
|
||||||
|
anonymousAuth: true
|
||||||
|
certIssuerType: ClusterIssuer
|
||||||
|
clusterDomain: cluster.local
|
||||||
|
clusterPreferredEndpointType: ip
|
||||||
|
nodes: 1
|
||||||
|
prometheus: false
|
||||||
|
replicas: 3
|
||||||
|
tls: false
|
||||||
|
volumePermissions: true
|
||||||
- apiVersion: traefik.io/v1alpha1
|
- apiVersion: traefik.io/v1alpha1
|
||||||
kind: IngressRouteTCP
|
kind: IngressRouteTCP
|
||||||
metadata:
|
metadata:
|
||||||
@@ -177,4 +201,6 @@ gitea:
|
|||||||
deletionPolicy: Retain
|
deletionPolicy: Retain
|
||||||
name: gitea-secrets
|
name: gitea-secrets
|
||||||
postgresql-ha:
|
postgresql-ha:
|
||||||
|
enabled: false
|
||||||
|
valkey-cluster:
|
||||||
enabled: false
|
enabled: false
|
||||||
Reference in New Issue
Block a user