Skip to content

Commit

Permalink
fix: simplify forgejo
Browse files Browse the repository at this point in the history
  • Loading branch information
reinthal committed Dec 28, 2024
1 parent 551d62d commit 5ddba83
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apps/base/forgejo/forgejo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,10 @@ spec:
volumeMounts:
- name: forgejo-data
mountPath: /data
- name: timezone
mountPath: /etc/timezone
readOnly: true
- name: localtime
mountPath: /etc/localtime
readOnly: true
volumes:
- name: forgejo-data
persistentVolumeClaim:
claimName: forgejo-data
- name: timezone
hostPath:
path: /etc/timezone
- name: localtime
hostPath:
path: /etc/localtime
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 5ddba83

Please sign in to comment.