Integrating traefik
This commit is contained in:
17
opencloud/Chart.yaml
Normal file
17
opencloud/Chart.yaml
Normal 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
|
||||
Reference in New Issue
Block a user