latest upgrades to the cluster

This commit is contained in:
2024-05-16 22:41:21 -04:00
parent ea43908aae
commit e408c7cf4e
15 changed files with 428 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ spec:
chart: gitea
targetNamespace: git
repo: https://dl.gitea.io/charts/
version: 9.5.1
version: 10.1.4
valuesContent: |-
resources:
limits:
@@ -27,6 +27,12 @@ spec:
persistence:
enabled: true
gitea:
admin:
existingSecret: gitea-admin-secret
email: keligrubb324@gmail.com
additionalConfigFromEnvs:
- name: GITEA__webhook__ALLOWED_HOST_LIST
value: "external,loopback,*.keligrubb.com"
metrics:
enabled: true
serviceMonitor:
@@ -63,6 +69,12 @@ spec:
paths:
- path: /
pathType: Prefix
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-cluster-issuer"
tls:
- secretName: gitea-tls
hosts:
- git.keligrubb.com
persistence:
storageClass: longhorn
size: 64Gi