Loading config/.meepctl-repocfg.yaml +31 −1 Original line number Diff line number Diff line version: 1.8.2 version: 1.8.3 repo: name: AdvantEDGE Loading Loading @@ -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 Loading Loading @@ -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 Loading js-apps/frontend/src/js/containers/sandbox/app-instance-info.js +2 −2 Original line number Diff line number Diff line Loading @@ -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> </> ); Loading @@ -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> </> ); Loading Loading
config/.meepctl-repocfg.yaml +31 −1 Original line number Diff line number Diff line version: 1.8.2 version: 1.8.3 repo: name: AdvantEDGE Loading Loading @@ -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 Loading Loading @@ -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 Loading
js-apps/frontend/src/js/containers/sandbox/app-instance-info.js +2 −2 Original line number Diff line number Diff line Loading @@ -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> </> ); Loading @@ -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> </> ); Loading