Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add TLS integration to the NMS #380

Merged
merged 14 commits into from
Nov 18, 2024
7 changes: 7 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ containers:
mounts:
- storage: config
location: /nms/config
- storage: certs
location: /support/TLS

resources:
nms-image:
Expand All @@ -31,6 +33,9 @@ storage:
config:
type: filesystem
minimum-size: 5M
certs:
type: filesystem
minimum-size: 1M

requires:
ingress:
Expand All @@ -46,6 +51,8 @@ requires:
interface: fiveg_n4
logging:
interface: loki_push_api
certificates:
interface: tls-certificates

provides:
sdcore_config:
Expand Down
Loading
Loading