mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 13:30:57 +07:00
Add Gitea Helm chart
This commit is contained in:
parent
f7f335c5c7
commit
8e08172c91
@ -130,3 +130,17 @@ resource "helm_release" "vault" {
|
||||
namespace = "vault"
|
||||
create_namespace = true
|
||||
}
|
||||
|
||||
resource "helm_release" "gitea" {
|
||||
name = "gitea"
|
||||
repository = "https://dl.gitea.io/charts/"
|
||||
chart = "gitea"
|
||||
version = "2.0.7"
|
||||
|
||||
namespace = "gitea"
|
||||
create_namespace = true
|
||||
|
||||
values = [
|
||||
file("gitea-values.yaml")
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user