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: service:
name: grafana name: grafana
port: port:
number: 3000 number: 80
path: / path: /
pathType: Prefix pathType: Prefix
+1 -1
View File
@@ -3,7 +3,7 @@ redis-ha:
externalRedis: externalRedis:
# existingSecret: redis-credentials # existingSecret: redis-credentials
host: redis-master.db.svc.cluster.local host: 192.168.1.2
controller: controller:
enableStatefulSet: true enableStatefulSet: true
+1 -1
View File
@@ -65,7 +65,7 @@ spec:
- name: CRAWLAB_MONGO_HOST - name: CRAWLAB_MONGO_HOST
value: "mongodb.db.svc.cluster.local" value: "mongodb.db.svc.cluster.local"
- name: CRAWLAB_REDIS_ADDRESS - name: CRAWLAB_REDIS_ADDRESS
value: "redis-master.db.svc.cluster.local" value: "192.168.1.2"
- name: CRAWLAB_REDIS_PASSWORD - name: CRAWLAB_REDIS_PASSWORD
valueFrom: valueFrom:
secretKeyRef: secretKeyRef: