feat: add k8s/forgejo
Some checks failed
OpenTofu deployments / adguard (push) Failing after 13m35s
OpenTofu deployments / authentik (push) Failing after 13m36s
checks / tflint (push) Failing after 13m38s
checks / k8s (push) Failing after 13m39s
checks / pre-commit (push) Failing after 13m40s

This commit is contained in:
cătălin 2024-09-12 10:36:25 +02:00
commit e520f41e9d
No known key found for this signature in database
5 changed files with 265 additions and 1 deletions

View file

@ -0,0 +1,40 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: elastic
namespace: argocd
spec:
destination:
name: ''
namespace: apps-fuku
server: https://kubernetes.default.svc
sources:
- chart: elasticsearch
repoURL: registry-1.docker.io/bitnamicharts
targetRevision: 21.3.15
helm:
valuesObject:
service:
type: LoadBalancer
master:
persistence:
enabled: true
storageClass: truenas-nfs-csi
accessModes:
- ReadWriteMany
size: 50Gi
data:
persistence:
enabled: true
storageClass: truenas-nfs-csi
accessModes:
- ReadWriteMany
size: 50Gi
autoscaling:
enabled: true
maxReplicas: 3
minReplicas: 1
project: fuku
syncPolicy:
automated: {}