Integrating traefik

This commit is contained in:
plm
2024-11-28 11:09:51 +01:00
parent 086161d0ad
commit e86898eb44
69 changed files with 32483 additions and 0 deletions

17
opencloud/Chart.yaml Normal file
View File

@@ -0,0 +1,17 @@
apiVersion: v2
name: opencloud
description: Helm chart for opencloud services deployment
type: application
version: 0.0.1
appVersion: "0.0.1"
# TODO: ldap, mongo, mongo-express, nats, ory hydra, keto, traefik
dependencies:
- name: openldap
version: "2.0.4"
repository: "https://jp-gouin.github.io/helm-openldap/"
condition: openldap.enabled
- name: traefik
version: "33.0.0"
repository: "https://helm.traefik.io/traefik"
condition: traefik.enabled