Commit 923ae38b authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

upgrade to AdvantEDGE v1.8.3

parent bdf998e9
Loading
Loading
Loading
Loading
+31 −1
Original line number Diff line number Diff line
version: 1.8.2
version: 1.8.3
repo:
  name: AdvantEDGE

@@ -138,6 +138,31 @@ repo:
        # archive object store configuration secret
        secret: meep-thanos-archive-objstore-config

    # Garbage Collection configuration
    gc:
      # enable garbage collection
      enabled: true
      # garbage collection interval (duration string)
      interval: 4h
      # run garbage collection on start
      run-on-start: true
      # Redis configuration
      redis:
        # enable redis garbage collection
        enabled: true
      # Influx configuration
      influx:
        # enable influx garbage collection
        enabled: true
        # list of databases that must not be removed
        exceptions:
        #   - my_db_to_keep
        #   - my_other_db_to_keep
      # Postgis configuration
      postgis:
        # enable postgis garbage collection
        enabled: false

    # Default monitoring dashboards
    dashboards:
      mec-sandbox: dashboards/mec-sandbox.json
@@ -935,6 +960,11 @@ repo:
        src: go-packages/meep-data-model
        # supports linting
        lint: true
      meep-gc:
        # location of source code
        src: go-packages/meep-gc
        # supports linting
        lint: true
      meep-gis-asset-mgr:
        # location of source code
        src: go-packages/meep-gis-asset-mgr
+2 −2
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ class AppInstanceInfo extends Component {
      return (
        <>
          <div style={{ marginTop: 15 }}>
            <Typography theme="primary" use="body1">MEC Service startup in progress...<br/>This operation may take a few seconds.</Typography>
            <Typography theme="primary" use="body1">MEC Service startup in progress...<br/>This operation takes a few seconds.</Typography>
          </div>
        </>
      );
@@ -122,7 +122,7 @@ class AppInstanceInfo extends Component {
      return (
        <>
          <div style={{ marginTop: 15 }}>
            <Typography theme="primary" use="body1">MEC Service shutdown in progress...<br/>This operation may take a few seconds.</Typography>
            <Typography theme="primary" use="body1">MEC Service shutdown in progress...<br/>This operation takes a few seconds.</Typography>
          </div>
        </>
      );