Compare commits

...

2 commits

Author SHA1 Message Date
d3a30ea636
chore: update pre-commit
Some checks failed
checks / k8s (push) Successful in 26s
checks / tflint (push) Successful in 14s
OpenTofu deployments / adguard (push) Successful in 27s
Kaniko deployments / nextcloud (push) Failing after 2m23s
checks / pre-commit (push) Successful in 2m9s
OpenTofu deployments / authentik (push) Successful in 28s
2024-12-08 14:51:21 +01:00
f132a230bd
feat: enlarge renovate and loki's pvcs 2024-12-08 14:51:21 +01:00
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
--- ---
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0 rev: v5.0.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer

View file

@ -25,7 +25,7 @@ spec:
persistence: persistence:
type: pvc type: pvc
enabled: true enabled: true
size: 10Gi size: 50Gi
accessModes: accessModes:
- ReadWriteMany - ReadWriteMany
ingress: ingress:
@ -109,7 +109,7 @@ spec:
persistence: persistence:
enabled: true enabled: true
storageClass: default storageClass: default
size: 25Gi size: 50Gi
accessModes: accessModes:
- ReadWriteMany - ReadWriteMany
- repoURL: https://git.roboces.dev/catalin/fukuops.git - repoURL: https://git.roboces.dev/catalin/fukuops.git

View file

@ -21,6 +21,7 @@ spec:
cache: cache:
enabled: true enabled: true
storageClass: truenas-nfs-csi storageClass: truenas-nfs-csi
storageSize: 100Gi
config: | config: |
{ {
"platform": "gitea", "platform": "gitea",