File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ COPY src/opencost_parquet_exporter.py /app/opencost_parquet_exporter.py
1313COPY src/data_types.json /app/data_types.json
1414COPY src/rename_cols.json /app/rename_cols.json
1515COPY src/ignore_alloc_keys.json /app/ignore_alloc_keys.json
16+ COPY src/storage_factory.py /app/storage_factory.py
17+ COPY src/storage /app/storage
1618RUN chmod 755 /app/opencost_parquet_exporter.py && chown -R opencost /app/
1719USER opencost
1820ENV PATH="/app/.venv/bin:$PATH"
19- CMD ["/app/opencost_parquet_exporter.py" ]
20- ENTRYPOINT ["/app/.venv/bin/python3" ]
21+ ENTRYPOINT ["/app/.venv/bin/python3" , "/app/opencost_parquet_exporter.py" ]
Original file line number Diff line number Diff line change 3535 value : opencost.opencost.svc.cluster.local.
3636 - name : OPENCOST_PARQUET_SVC_PORT
3737 value : " 9003"
38+ - name : OPENCOST_PARQUET_STORAGE_BACKEND
39+ value : " [aws, azure]"
3840 image : ghcr.io/opencost/opencost-parquet-exporter:latest
3941 imagePullPolicy : Always
4042 name : export-opencost
You can’t perform that action at this time.
0 commit comments