Browse Source

update static example

Josh Bicking 3 years ago
parent
commit
6eb5d2be23
1 changed files with 5 additions and 3 deletions
  1. 5 3
      static.toml

+ 5 - 3
static.toml

@@ -12,12 +12,14 @@
     [http.services.ceph]
       [http.services.ceph.loadBalancer]
         passHostHeader = true
+        # One or more ceph nodes
         [[http.services.ceph.loadBalancer.servers]]
-          # Any one of the ceph nodes
-          url = "http://172.16.69.30:7480"
+          url = "http://${CEPH1}:7480"
+        [[http.services.ceph.loadBalancer.servers]]
+          url = "http://${CEPH2}:7480"
     [http.services.swarmpit]
       [http.services.swarmpit.loadBalancer]
         passHostHeader = true
         [[http.services.swarmpit.loadBalancer.servers]]
           # The external IP of the swarm setup
-          url = "http://172.16.69.253:888"
+          url = "http://${EXTERNAL_IP}:888"