mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-08 20:15:03 +10:00
Update configuration
This commit is contained in:
@@ -22,6 +22,6 @@ spec:
|
||||
service:
|
||||
name: grafana
|
||||
port:
|
||||
number: 3000
|
||||
number: 80
|
||||
path: /
|
||||
pathType: Prefix
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user