Commit eee06f7d authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Removed old capif chart, and installation steps modified

parent 8e4cf004
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -39,3 +39,5 @@ helm/capif/*.lock
helm/capif/charts/tempo*
helm/capif/charts/tempo*
*.bakresults/
*.bakresults/
*.bak
*.bak

helm/scripts/envs/*.env

helm/capif/.helmignore

deleted100644 → 0
+0 −23
Original line number Original line Diff line number Diff line
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/

helm/capif/Chart.yaml

deleted100644 → 0
+0 −106
Original line number Original line Diff line number Diff line
apiVersion: v2
name: capif
description: A Helm chart to CAPIF in Kubernetes
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v3.1.6
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v3.1.6"
dependencies:
  - name: ocf-access-control-policy
    version: "*"
    tags: ["core"]
  - name: ocf-api-invoker-management
    version: "*"
    tags: ["core"]
  - name: ocf-api-provider-management
    version: "*"
    tags: ["core"]
  - name: ocf-api-invocation-logs
    version: "*"
    tags: ["core"]
  - name: ocf-events
    version: "*"
    tags: ["core"]
  - name: ocf-helper
    version: "*"
    tags: ["core"]
  - name: ocf-routing-info
    version: "*"
    tags: ["core"]
  - name: ocf-security
    version: "*"
    tags: ["core"]
  - name: ocf-auditing-api-logs
    version: "*"
    tags: ["core"]
  - name: ocf-publish-service-api
    version: "*"
    tags: ["core"]
  - name: ocf-discover-service-api
    version: "*"
    tags: ["core"]
  - name: nginx
    version: "*"
    tags: ["core"]
  - name: mock-server
    version: "*"
    tags: ["core"]
  - name: redis
    version: "*"
    tags: ["core"]
  - name: fluentbit
    version: "*"
    tags: ["core"]
  - name: grafana
    version: "*"
    tags: ["core"]
  - name: loki
    version: "*"
    tags: ["core"]
  - name: otelcollector
    version: "*"
    tags: ["core"]
  - name: renderer
    version: "*"
    tags: ["core"]
  - name: celery-beat
    version: "*"
    tags: ["core"]
  - name: celery-worker
    version: "*"
    tags: ["core"]
  - name: "tempo"
    condition: tempo.enabled
    repository: "https://grafana.github.io/helm-charts"
    version: "^1.3.1"
    tags: ["core"]
  - name: ocf-register
    version: "*"
    tags: ["register"]
  - name: mongo-register
    version: "*"
    tags: ["register-db"]
  - name: mongo-register-express
    version: "*"
    tags: ["register-db"]
  - name: mongo
    version: "*"
    tags: ["core-db"]
  - name: mongo-express
    version: "*"
    tags: ["core-db"]

helm/capif/README.md

deleted100644 → 0
+0 −52
Original line number Original line Diff line number Diff line
# capif

![Version: v3.1.6](https://img.shields.io/badge/Version-v3.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.1.6](https://img.shields.io/badge/AppVersion-v3.1.6-informational?style=flat-square)

A Helm chart to CAPIF in Kubernetes

## Requirements

| Repository | Name | Version |
|------------|------|---------|
|  | fluentbit | * |
|  | grafana | * |
|  | loki | * |
|  | mock-server | * |
|  | mongo | * |
|  | mongo-express | * |
|  | mongo-register | * |
|  | mongo-register-express | * |
|  | nginx | * |
|  | ocf-access-control-policy | * |
|  | ocf-api-invocation-logs | * |
|  | ocf-api-invoker-management | * |
|  | ocf-api-provider-management | * |
|  | ocf-auditing-api-logs | * |
|  | ocf-discover-service-api | * |
|  | ocf-events | * |
|  | ocf-helper | * |
|  | ocf-publish-service-api | * |
|  | ocf-register | * |
|  | ocf-routing-info | * |
|  | ocf-security | * |
|  | otelcollector | * |
|  | redis | * |
|  | renderer | * |
| https://grafana.github.io/helm-charts | tempo | ^1.3.1 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| fluentbit | object | `{"enabled":false}` | With fluentbit.enabled: false. It won't be deployed |
| grafana | object | `{"enabled":false}` | With grafana.enabled: false. It won't be deployed |
| loki | object | `{"enabled":false}` | With loki.enabled: false. It won't be deployed |
| mock-server | object | `{"enabled":false}` | With mock-server.enabled: false. It won't be deployed |
| mongo-express | object | `{"enabled":false}` | With mongo-express.enabled: false. It won't be deployed |
| mongo-register-express | object | `{"enabled":false}` | With mongo-register-express.enabled: false. It won't be deployed |
| otelcollector | object | `{"enabled":false}` | With otelcollector.enabled: false. It won't be deployed |
| renderer | object | `{"enabled":false}` | With renderer.enabled: false. It won't be deployed |
| tempo | object | `{"enabled":true,"persistence":{"enabled":true,"size":"3Gi"},"tempo":{"metricsGenerator":{"enabled":true,"remoteWriteUrl":"http://prometheus.mon.svc.cluster.local:9090/api/v1/write"}}}` | With tempo.enabled: false. It won't be deployed |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
+0 −23
Original line number Original line Diff line number Diff line
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
Loading