From 608a95ca4fa23d2aef9a121a285f8332313df54c Mon Sep 17 00:00:00 2001 From: makefunstuff Date: Thu, 27 Jun 2024 22:20:07 +0300 Subject: foobar --- third-party/gitea/gitea_values.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 third-party/gitea/gitea_values.yaml (limited to 'third-party/gitea/gitea_values.yaml') diff --git a/third-party/gitea/gitea_values.yaml b/third-party/gitea/gitea_values.yaml new file mode 100644 index 0000000..4979b60 --- /dev/null +++ b/third-party/gitea/gitea_values.yaml @@ -0,0 +1,30 @@ +replicaCount: 1 + +image: + registry: docker.io + repository: bitnami/gitea + tag: 1.14.2 + +service: + type: LoadBalancer + port: 3000 + +ingress: + enabled: true + hostname: gitea.localhost + path: / + tls: false + +gitea: + admin: + username: admin + password: adminpassword + email: admin@example.com + +resources: + requests: + memory: 512Mi + cpu: 250m + limits: + memory: 1Gi + cpu: 500m -- cgit 1.4.1-2-gfad0