0d3da9856a
namespace, deployment, PVC (2Gi local-path), service, Traefik ingress with letsencrypt-prod TLS at trilium.chemavx.xyz, ArgoCD Application.
21 lines
429 B
YAML
21 lines
429 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: trilium
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
|
targetRevision: HEAD
|
|
path: trilium
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: trilium
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|