fukuops/k8s/argo-apps/huesporro.yaml

39 lines
1,006 B
YAML

---
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: v0.2.6
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
- repoURL: https://git.roboces.dev/catalin/fukuops.git
path: k8s/services/huesoporro
targetRevision: main
project: roboces
syncPolicy:
automated: {}