Skip to content

Commit

Permalink
refactor: rewrite mlmd charm to sidecar pattern
Browse files Browse the repository at this point in the history
This commit introduces changes that support the refactoring of the charm
from podspec to sidecar pattern.

Fixes #71
  • Loading branch information
DnPlas committed Mar 20, 2024
1 parent 4084998 commit 4a2a9b9
Show file tree
Hide file tree
Showing 18 changed files with 493 additions and 681 deletions.
2 changes: 1 addition & 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 Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See LICENSE file for licensing details.

options:
port:
grpc-port:
type: string
default: '8080'
description: GRPC port
Loading

0 comments on commit 4a2a9b9

Please sign in to comment.