forked from catalin/fukuops
41 lines
1 KiB
YAML
41 lines
1 KiB
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: meili
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
name: ''
|
|
namespace: apps-fuku
|
|
server: https://kubernetes.default.svc
|
|
project: fuku
|
|
syncPolicy:
|
|
automated: {}
|
|
sources:
|
|
- repoURL: https://git.roboces.dev/catalin/fukuops.git
|
|
path: k8s/services/meili
|
|
targetRevision: main
|
|
- chart: meilisearch
|
|
repoURL: https://meilisearch.github.io/meilisearch-kubernetes
|
|
targetRevision: 0.12.*
|
|
helm:
|
|
valuesObject:
|
|
environment:
|
|
MEILI_ENV: production
|
|
auth:
|
|
existingMasterKeySecret: meilisearch-master-key
|
|
service:
|
|
type: NodePort
|
|
port: 7700
|
|
ingress:
|
|
enabled: true
|
|
className: traefik
|
|
hosts:
|
|
- meili.fuku
|
|
tls: {}
|
|
persistence:
|
|
enabled: true
|
|
accessMode: ReadWriteMany
|
|
storageClass: truenas-nfs-csi
|
|
size: 50Gi
|