chore: Update manifests after change
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
apiVersion: redis.redis.opstreelabs.in/v1beta2
|
||||
kind: RedisSentinel
|
||||
metadata:
|
||||
name: redis-replication-gitea
|
||||
namespace: gitea
|
||||
labels:
|
||||
helm.sh/chart: redis-replication-gitea-0.5.0
|
||||
app.kubernetes.io/version: "0.5.0"
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: redis-replication-gitea
|
||||
app.kubernetes.io/instance: gitea
|
||||
app.kubernetes.io/part-of: gitea
|
||||
spec:
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
redisSentinelConfig:
|
||||
redisReplicationName: redis-replication-gitea
|
||||
kubernetesConfig:
|
||||
image: "quay.io/opstree/redis-sentinel:v8.4.0"
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 32Mi
|
||||
redisExporter:
|
||||
enabled: true
|
||||
image: "quay.io/opstree/redis-exporter:v1.80.1"
|
||||
Reference in New Issue
Block a user