From ab596439b01c45fddd3eb74c26e85120528051ef Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Sun, 21 Jul 2024 04:41:47 +1000 Subject: [PATCH] update gitea --- apps/gitea/env/k3s-cluster/kustomization.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apps/gitea/env/k3s-cluster/kustomization.yaml diff --git a/apps/gitea/env/k3s-cluster/kustomization.yaml b/apps/gitea/env/k3s-cluster/kustomization.yaml new file mode 100644 index 0000000..1ad0930 --- /dev/null +++ b/apps/gitea/env/k3s-cluster/kustomization.yaml @@ -0,0 +1,6 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - ./deployment.yaml + - ./service.yaml + - ./ingress.yaml \ No newline at end of file