eindelijk weer eens een push

This commit is contained in:
allard
2026-05-31 16:07:30 +02:00
parent 01cff8e165
commit ff21c258e0
2747 changed files with 302316 additions and 131101 deletions
+4 -5
View File
@@ -38,6 +38,7 @@ spec:
app.kubernetes.io/instance: gitea
app.kubernetes.io/name: gitea
spec:
dnsPolicy: ClusterFirst
containers:
- name: gitea
image: gitea/gitea
@@ -45,7 +46,7 @@ spec:
- name: GITEA__database__DB_TYPE
value: postgres
- name: GITEA__database__HOST
value: postgres14.postgres:5432
value: postgres14.postgres.svc.cluster.local:5432
- name: GITEA__database__NAME
value: gitea
- name: GITEA__database__USER
@@ -97,8 +98,8 @@ spec:
- hard
- nfsvers=4.1
nfs:
server: 192.168.2.110
path: /mnt/nfs_share/gitea
server: 192.168.2.111
path: /mnt/nfs_share/dev/gitea
readOnly: false
---
apiVersion: v1
@@ -115,5 +116,3 @@ spec:
resources:
requests:
storage: 2Gi