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:
|
service:
|
||||||
name: grafana
|
name: grafana
|
||||||
port:
|
port:
|
||||||
number: 3000
|
number: 80
|
||||||
path: /
|
path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
|||||||
+1
-1
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user