mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 09:04:24 +00:00
Revert forgejo migration
This commit is contained in:
8
apps/base/gitea/kustomization.yaml
Normal file
8
apps/base/gitea/kustomization.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
# /apps/base/gitea/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: gitea
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- repository.yaml
|
||||
5
apps/base/gitea/namespace.yaml
Normal file
5
apps/base/gitea/namespace.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
# /apps/base/gitea/namespace.yaml
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: gitea
|
||||
9
apps/base/gitea/repository.yaml
Normal file
9
apps/base/gitea/repository.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
# /apps/base/gitea/repository.yaml
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: gitea
|
||||
namespace: gitea
|
||||
spec:
|
||||
interval: 1h
|
||||
url: https://dl.gitea.io/charts/
|
||||
Reference in New Issue
Block a user