about summary refs log tree commit diff
path: root/third-party/gitea
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/gitea')
-rw-r--r--third-party/gitea/gitea_values.yaml30
-rw-r--r--third-party/gitea/helmfile.yaml12
2 files changed, 0 insertions, 42 deletions
diff --git a/third-party/gitea/gitea_values.yaml b/third-party/gitea/gitea_values.yaml
deleted file mode 100644
index 4979b60..0000000
--- a/third-party/gitea/gitea_values.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-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
diff --git a/third-party/gitea/helmfile.yaml b/third-party/gitea/helmfile.yaml
deleted file mode 100644
index 4471d47..0000000
--- a/third-party/gitea/helmfile.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-repositories:
-  - name: gitea
-    url: https://charts.bitnami.com/bitnami
-
-releases:
-  - name: gitea
-    namespace: gitea
-    chart: gitea/gitea
-    version: 2.2.0
-    values:
-      - ./gitea_values.yaml
-      - ../../shared-values/common_values.yaml