about summary refs log tree commit diff
path: root/third-party/gitea/gitea_values.yaml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--third-party/gitea/gitea_values.yaml30
1 files changed, 30 insertions, 0 deletions
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: [email protected]
+
+resources:
+  requests:
+    memory: 512Mi
+    cpu: 250m
+  limits:
+    memory: 1Gi
+    cpu: 500m