Update configuration

This commit is contained in:
2025-12-01 13:40:19 +11:00
parent 36e22529bf
commit 53f1ebe0e9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,6 +22,6 @@ spec:
service:
name: grafana
port:
number: 3000
number: 80
path: /
pathType: Prefix
+1 -1
View File
@@ -3,7 +3,7 @@ redis-ha:
externalRedis:
# existingSecret: redis-credentials
host: redis-master.db.svc.cluster.local
host: 192.168.1.2
controller:
enableStatefulSet: true
+1 -1
View File
@@ -65,7 +65,7 @@ spec:
- name: CRAWLAB_MONGO_HOST
value: "mongodb.db.svc.cluster.local"
- name: CRAWLAB_REDIS_ADDRESS
value: "redis-master.db.svc.cluster.local"
value: "192.168.1.2"
- name: CRAWLAB_REDIS_PASSWORD
valueFrom:
secretKeyRef: