Skip to content

Commit

Permalink
refactor: rewrite mlmd charm to sidecar pattern (#72)
Browse files Browse the repository at this point in the history
* refactor: rewrite mlmd charm to sidecar pattern

This commit introduces changes that support the refactoring of the charm
from podspec to sidecar pattern.

Fixes #71
  • Loading branch information
DnPlas authored Apr 16, 2024
1 parent 4084998 commit 4fb9dac
Show file tree
Hide file tree
Showing 21 changed files with 1,309 additions and 442 deletions.
3 changes: 2 additions & 1 deletion charmcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021 Canonical Ltd.
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.

type: charm
Expand All @@ -12,3 +12,4 @@ bases:
parts:
charm:
charm-python-packages: [setuptools, pip]
build-packages: [cargo, rustc, pkg-config, libffi-dev, libssl-dev]
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
options:
port:
type: string
default: '8080'
default: "8080"
description: GRPC port
Loading

0 comments on commit 4fb9dac

Please sign in to comment.