diff --git a/everything-app/samba-fast.yaml b/everything-app/samba-fast.yaml new file mode 100644 index 0000000..b93f0e5 --- /dev/null +++ b/everything-app/samba-fast.yaml @@ -0,0 +1,25 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: samba-fast + 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: local-path-fast + - name: persistance.pvc.size + value: 3Ti + values: "samba:\n users: \n - username: martyn\n password: \"564628\"" + path: apps-helm/samba4 + repoURL: https://git.martyn.berlin/martyn/infra4talos.git + targetRevision: HEAD diff --git a/everything-app/samba-slow.yaml b/everything-app/samba-slow.yaml new file mode 100644 index 0000000..82fbac7 --- /dev/null +++ b/everything-app/samba-slow.yaml @@ -0,0 +1,25 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: samba-slow + 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: local-path-slow + - name: persistance.pvc.size + value: 3Ti + values: "samba:\n users: \n - username: martyn\n password: \"564628\"" + path: apps-helm/samba4 + repoURL: https://git.martyn.berlin/martyn/infra4talos.git + targetRevision: HEAD