feat: add huesoporro argo deploy

This commit is contained in:
cătălin 2024-12-12 12:32:58 +01:00
commit facb984af2
No known key found for this signature in database
5 changed files with 87 additions and 29 deletions

View file

@ -0,0 +1,37 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: huesoporro
namespace: argocd
spec:
destination:
name: ''
namespace: apps-roboces
server: https://kubernetes.default.svc
sources:
- path: charts/huesoporro
repoURL: https://git.roboces.dev/catalin/huesoporro.git
targetRevision:
helm:
valuesObject:
secret:
existingSecretName: huesoporro-secrets
ingress:
enabled: true
hosts:
- host: huesoporro.roboces.dev
paths:
- path: /
pathType: Prefix
tls: []
persistence:
enabled: true
storageClassName: truenas-nfs-csi
size: 2Gi
accessModes:
- ReadWriteMany
project: roboces
syncPolicy:
automated: {}