-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
260 additions
and
540 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,24 @@ | ||
<div align="center"> | ||
<img src="./icon.svg" alt="ONF Icon" width="200" height="200"> | ||
</div> | ||
<br/> | ||
<div align="center"> | ||
<a href="https://charmhub.io/sdcore-pcf"><img src="https://charmhub.io/sdcore-pcf/badge.svg" alt="CharmHub Badge"></a> | ||
<a href="https://github.com/canonical/sdcore-pcf-operator/actions/workflows/publish-charm.yaml"> | ||
<img src="https://github.com/canonical/sdcore-pcf-operator/actions/workflows/publish-charm.yaml/badge.svg?branch=main" alt=".github/workflows/publish-charm.yaml"> | ||
</a> | ||
<br/> | ||
<br/> | ||
<h1>SD-Core PCF Operator</h1> | ||
</div> | ||
|
||
A Charmed Operator for SD-Core's Policy Control Function (PCF) component. | ||
# SD-Core PCF Operator (k8s) | ||
[![CharmHub Badge](https://charmhub.io/sdcore-pcf-k8s/badge.svg)](https://charmhub.io/sdcore-pcf-k8s) | ||
|
||
A Charmed Operator for SD-Core's Policy Control Function (PCF) component for K8s. | ||
|
||
## Usage | ||
|
||
```bash | ||
juju deploy mongodb-k8s --channel 6/beta --trust | ||
juju deploy sdcore-nrf --channel edge --trust | ||
juju deploy sdcore-pcf --channel edge --trust | ||
juju deploy sdcore-nrf-k8s --channel edge | ||
juju deploy sdcore-pcf-k8s --channel edge | ||
|
||
juju deploy self-signed-certificates --channel=beta | ||
|
||
juju integrate sdcore-pcf mongodb-k8s | ||
juju integrate sdcore-nrf self-signed-certificates | ||
juju integrate sdcore-pcf:fiveg_nrf sdcore-nrf | ||
juju integrate sdcore-pcf:certificates self-signed-certificates:certificates | ||
juju integrate sdcore-pcf-k8s mongodb-k8s | ||
juju integrate sdcore-nrf-k8s self-signed-certificates | ||
juju integrate sdcore-pcf-k8s:fiveg_nrf sdcore-nrf-k8s:fiveg_nrf | ||
juju integrate sdcore-pcf-k8s:certificates self-signed-certificates:certificates | ||
``` | ||
|
||
## Image | ||
|
||
**pcf**: `ghcr.io/canonical/sdcore-pcf:1.3` | ||
|
Oops, something went wrong.