first commit
This commit is contained in:
12
apps/gitea/kustomization.yaml
Normal file
12
apps/gitea/kustomization.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: gitea
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- ingress.yaml
|
||||
|
||||
# Helm values are in values.yaml
|
||||
# Deploy with:
|
||||
# helm upgrade --install gitea gitea-charts/gitea -f values.yaml -n gitea --create-namespace
|
||||
Reference in New Issue
Block a user