Reconfigure Memos storage
This commit is contained in:
parent
818825f13c
commit
8f874b09d7
17
services/Memos/application-memos.yaml
Normal file
17
services/Memos/application-memos.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: memos
|
||||
namespace: argo-cd
|
||||
spec:
|
||||
destination:
|
||||
namespace: memos
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
source:
|
||||
path: services/memos
|
||||
repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog.git
|
||||
targetRevision: HEAD
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
@ -15,5 +15,5 @@ spec:
|
||||
name: flexvolsmb-credentials
|
||||
options:
|
||||
opts: file_mode=0600,dir_mode=0700,uid=1001,gid=1001,iocharset=utf8,nobrl
|
||||
server: 192.168.154.225
|
||||
server: 192.168.154.195
|
||||
share: /K3s.Volumes/memos/data
|
||||
|
Loading…
x
Reference in New Issue
Block a user