Wait, there's another 4Tib here...
This commit is contained in:
parent
2e31a531a0
commit
dd62dcecbd
|
@ -0,0 +1,28 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: samba-rook-ssd
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: sambas
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: infra
|
||||||
|
source:
|
||||||
|
helm:
|
||||||
|
parameters:
|
||||||
|
- name: image.tag
|
||||||
|
value: v1.0.2
|
||||||
|
- name: service.type
|
||||||
|
value: LoadBalancer
|
||||||
|
- name: persistence.pvc.storageClass
|
||||||
|
value: rook-ceph-block-ssd
|
||||||
|
- name: persistance.pvc.size
|
||||||
|
value: 3.6Ti
|
||||||
|
values: "samba:\n users: \n - username: martyn\n password: \"564628\""
|
||||||
|
path: apps-helm/samba4
|
||||||
|
repoURL: https://git.martyn.berlin/martyn/infra4talos.git
|
||||||
|
targetRevision: HEAD
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: true
|
Loading…
Reference in New Issue