92 lines
1.7 KiB
YAML
92 lines
1.7 KiB
YAML
---
|
|
{{ readFile "../releases.yaml" }}
|
|
|
|
releases:
|
|
- <<: *drone
|
|
installed: true
|
|
namespace: drone-service
|
|
createNamespace: true
|
|
|
|
- <<: *longhorn
|
|
installed: true
|
|
namespace: longhorn-system
|
|
createNamespace: true
|
|
|
|
- <<: *argocd
|
|
installed: true
|
|
namespace: argo-system
|
|
createNamespace: true
|
|
|
|
- <<: *nrodionov
|
|
installed: true
|
|
namespace: nrodionov-application
|
|
createNamespace: true
|
|
|
|
- <<: *minecraft
|
|
installed: true
|
|
namespace: minecraft-application
|
|
createNamespace: true
|
|
|
|
- <<: *gitea
|
|
installed: true
|
|
namespace: gitea-service
|
|
createNamespace: true
|
|
|
|
- <<: *funkwhale
|
|
installed: true
|
|
namespace: funkwhale-application
|
|
createNamespace: true
|
|
|
|
- <<: *prometheus
|
|
installed: true
|
|
namespace: monitoring-system
|
|
createNamespace: true
|
|
|
|
- <<: *loki
|
|
installed: true
|
|
namespace: monitoring-system
|
|
createNamespace: true
|
|
|
|
- <<: *promtail
|
|
installed: true
|
|
namespace: monitoring-system
|
|
createNamespace: true
|
|
|
|
- <<: *bitwarden
|
|
installed: true
|
|
namespace: bitwarden-application
|
|
createNamespace: true
|
|
|
|
- <<: *redis
|
|
installed: true
|
|
namespace: database-service
|
|
createNamespace: true
|
|
|
|
- <<: *postgres
|
|
installed: true
|
|
namespace: database-service
|
|
createNamespace: true
|
|
|
|
- <<: *db-operator
|
|
installed: true
|
|
namespace: database-service
|
|
createNamespace: true
|
|
|
|
- <<: *db-instances
|
|
installed: true
|
|
namespace: database-service
|
|
createNamespace: true
|
|
|
|
- <<: *mysql
|
|
installed: true
|
|
namespace: database-service
|
|
createNamespace: true
|
|
|
|
|
|
bases:
|
|
- ../environments.yaml
|
|
- ../repositories.yaml
|
|
|
|
#helmfiles:
|
|
# - namespaces.yaml
|