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

adding open5gs-sepp chart components #191

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions charts/open5gs-amf/resources/config/amf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ amf:
server:
- dev: eth0
port: {{ .Values.containerPorts.sbi }}
{{- if .Values.config.advertise }}
advertise: {{ .Values.config.advertise }}
{{- end }}
client:
{{- if .Values.config.sbi.client.nrf.enabled }}
nrf:
Expand Down
3 changes: 3 additions & 0 deletions charts/open5gs-ausf/resources/config/ausf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ ausf:
server:
- dev: eth0
port: {{ .Values.containerPorts.sbi }}
{{- if .Values.config.advertise }}
advertise: {{ .Values.config.advertise }}
{{- end }}
client:
{{- if .Values.config.sbi.client.nrf.enabled }}
nrf:
Expand Down
3 changes: 3 additions & 0 deletions charts/open5gs-bsf/resources/config/bsf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ bsf:
server:
- dev: eth0
port: {{ .Values.containerPorts.sbi }}
{{- if .Values.config.advertise }}
advertise: {{ .Values.config.advertise }}
{{- end }}
client:
{{- if .Values.config.sbi.client.nrf.enabled }}
nrf:
Expand Down
3 changes: 3 additions & 0 deletions charts/open5gs-nrf/resources/config/nrf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ nrf:
server:
- dev: eth0
port: {{ .Values.containerPorts.sbi }}
{{- if .Values.config.advertise }}
advertise: {{ .Values.config.advertise }}
{{- end }}

################################################################################
# SBI Server
Expand Down
1 change: 1 addition & 0 deletions charts/open5gs-nrf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ image:

config:
logLevel: info
# advertise: provide custom SBI address to be advertised to NRF
servingList:
- plmn_id:
mcc: 999
Expand Down
3 changes: 3 additions & 0 deletions charts/open5gs-nssf/resources/config/nssf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ nssf:
server:
- dev: eth0
port: {{ .Values.containerPorts.sbi }}
{{- if .Values.config.advertise }}
advertise: {{ .Values.config.advertise }}
{{- end }}
client:
{{- if .Values.config.sbi.client.nrf.enabled }}
nrf:
Expand Down
3 changes: 3 additions & 0 deletions charts/open5gs-pcf/resources/config/pcf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ pcf:
server:
- dev: eth0
port: {{ .Values.containerPorts.sbi }}
{{- if .Values.config.advertise }}
advertise: {{ .Values.config.advertise }}
{{- end }}
client:
{{- if .Values.config.sbi.client.nrf.enabled }}
nrf:
Expand Down
3 changes: 3 additions & 0 deletions charts/open5gs-scp/resources/config/scp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ scp:
server:
- dev: eth0
port: {{ .Values.containerPorts.sbi }}
{{- if .Values.config.advertise }}
advertise: {{ .Values.config.advertise }}
{{- end }}
client:
{{- if .Values.config.sbi.client.nrf.enabled }}
nrf:
Expand Down
1 change: 1 addition & 0 deletions charts/open5gs-scp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ image:

config:
logLevel: info
# advertise: provide custom SBI address to be advertised to NRF
sbi:
server:
client:
Expand Down
26 changes: 26 additions & 0 deletions charts/open5gs-sepp/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
apiVersion: v2
appVersion: "2.7.2"
description: >
Helm chart to deploy Open5gs sepp service on Kubernetes.
home: https://github.com/gradiant/5g-charts
sources:
- http://open5gs.org
icon: https://open5gs.org/assets/img/open5gs-logo.png
maintainers:
- email: cgiraldo@gradiant.org
name: cgiraldo
name: open5gs-sepp
version: 2.2.5
annotations:
artifacthub.io/category: networking
keywords:
- network
- epc
- ngc
- gradiant
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
131 changes: 131 additions & 0 deletions charts/open5gs-sepp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
# open5gs-sepp

![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![AppVersion: 2.6.4](https://img.shields.io/badge/AppVersion-2.6.4-informational?style=flat-square)

Helm chart to deploy Open5gs sepp service on Kubernetes.

**Homepage:** <https://github.com/gradiant/5g-charts>

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| cgiraldo | <cgiraldo@gradiant.org> | |

## Source Code

* <http://open5gs.org>

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 1.x.x |
| https://charts.bitnami.com/bitnami | mongodb | ~12.1.19 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| args | list | `[]` | |
| command | list | `[]` | |
| commonAnnotations | object | `{}` | |
| commonLabels | object | `{}` | |
| config.logLevel | string | `"info"` | |
| config.nrf.enabled | bool | `true` | |
| config.nrf.sbi.hostname | string | `""` | |
| config.nrf.sbi.port | int | `7777` | |
| config.sbi.advertise | string | `""` | |
| config.sbi.client.no_tls | bool | `true` | |
| config.sbi.server.no_tls | bool | `true` | |
| containerPorts.sbi | int | `7777` | |
| containerSecurityContext.enabled | bool | `true` | |
| containerSecurityContext.runAsNonRoot | bool | `true` | |
| containerSecurityContext.runAsUser | int | `1001` | |
| customLivenessProbe | object | `{}` | |
| customOpen5gsConfig | object | `{}` | |
| customReadinessProbe | object | `{}` | |
| customStartupProbe | object | `{}` | |
| dbURI | string | `""` | |
| extraDeploy | list | `[]` | |
| extraEnvVars | list | `[]` | |
| extraEnvVarsCM | string | `""` | |
| extraEnvVarsSecret | string | `""` | |
| extraVolumeMounts | list | `[]` | |
| extraVolumes | list | `[]` | |
| fullnameOverride | string | `""` | |
| global.imagePullSecrets | list | `[]` | |
| global.imageRegistry | string | `""` | |
| global.storageClass | string | `""` | |
| hostAliases | list | `[]` | |
| image.debug | bool | `false` | |
| image.digest | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.pullSecrets | list | `[]` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"gradiant/open5gs"` | |
| image.tag | string | `"2.6.4"` | |
| initContainers | list | `[]` | |
| kubeVersion | string | `""` | |
| lifecycleHooks | object | `{}` | |
| livenessProbe.enabled | bool | `true` | |
| livenessProbe.failureThreshold | int | `5` | |
| livenessProbe.initialDelaySeconds | int | `600` | |
| livenessProbe.periodSeconds | int | `10` | |
| livenessProbe.successThreshold | int | `1` | |
| livenessProbe.timeoutSeconds | int | `5` | |
| mongodb.auth.enabled | bool | `false` | |
| mongodb.enabled | bool | `true` | set to 'false' to disable automatically deploying dependent charts |
| nameOverride | string | `""` | |
| namespaceOverride | string | `""` | |
| nodeAffinityPreset.key | string | `""` | |
| nodeAffinityPreset.type | string | `""` | |
| nodeAffinityPreset.values | list | `[]` | |
| nodeSelector | object | `{}` | |
| podAffinityPreset | string | `""` | |
| podAnnotations | object | `{}` | |
| podAntiAffinityPreset | string | `"soft"` | |
| podLabels | object | `{}` | |
| podSecurityContext.enabled | bool | `true` | |
| podSecurityContext.fsGroup | int | `1001` | |
| priorityClassName | string | `""` | |
| readinessProbe.enabled | bool | `true` | |
| readinessProbe.failureThreshold | int | `5` | |
| readinessProbe.initialDelaySeconds | int | `30` | |
| readinessProbe.periodSeconds | int | `5` | |
| readinessProbe.successThreshold | int | `1` | |
| readinessProbe.timeoutSeconds | int | `1` | |
| replicaCount | int | `1` | |
| resources.limits | object | `{}` | |
| resources.requests | object | `{}` | |
| schedulerName | string | `""` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.automountServiceAccountToken | bool | `true` | |
| serviceAccount.create | bool | `false` | |
| serviceAccount.name | string | `""` | |
| services.sbi.annotations | object | `{}` | |
| services.sbi.clusterIP | string | `""` | |
| services.sbi.externalTrafficPolicy | string | `"Cluster"` | |
| services.sbi.extraPorts | list | `[]` | |
| services.sbi.loadBalancerIP | string | `""` | |
| services.sbi.loadBalancerSourceRanges | list | `[]` | |
| services.sbi.nodePorts.sbi | string | `""` | |
| services.sbi.ports.sbi | int | `7777` | |
| services.sbi.sessionAffinity | string | `"None"` | |
| services.sbi.sessionAffinityConfig | object | `{}` | |
| services.sbi.type | string | `"ClusterIP"` | |
| sessionAffinity | string | `"None"` | |
| sidecars | list | `[]` | |
| startupProbe.enabled | bool | `false` | |
| startupProbe.failureThreshold | int | `5` | |
| startupProbe.initialDelaySeconds | int | `600` | |
| startupProbe.periodSeconds | int | `10` | |
| startupProbe.successThreshold | int | `1` | |
| startupProbe.timeoutSeconds | int | `5` | |
| tolerations | list | `[]` | |
| topologySpreadConstraints | list | `[]` | |
| updateStrategy.type | string | `"RollingUpdate"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Loading