diff --git a/apps-kustomized/lidarr/sc-music.yaml b/apps-kustomized/smb-storageclasses/sc-music.yaml similarity index 100% rename from apps-kustomized/lidarr/sc-music.yaml rename to apps-kustomized/smb-storageclasses/sc-music.yaml diff --git a/apps-kustomized/lidarr/sc-usenet.yaml b/apps-kustomized/smb-storageclasses/sc-usenet.yaml similarity index 100% rename from apps-kustomized/lidarr/sc-usenet.yaml rename to apps-kustomized/smb-storageclasses/sc-usenet.yaml diff --git a/everything-app/lidarr.yaml b/everything-app/lidarr.yaml new file mode 100644 index 0000000..767d924 --- /dev/null +++ b/everything-app/lidarr.yaml @@ -0,0 +1,14 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: lidarr + namespace: argocd +spec: + destination: + namespace: lidarr + server: https://kubernetes.default.svc + project: apps + source: + path: apps-kustomized/lidarr + repoURL: https://git.martyn.berlin/martyn/infra4talos + targetRevision: HEAD diff --git a/everything-app/smb-storageclasses.yaml b/everything-app/smb-storageclasses.yaml new file mode 100644 index 0000000..0f2eb43 --- /dev/null +++ b/everything-app/smb-storageclasses.yaml @@ -0,0 +1,14 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: smb-storageclasses + namespace: argocd +spec: + destination: + namespace: smb-storageclasses + server: https://kubernetes.default.svc + project: apps + source: + path: apps-kustomized/smb-storageclasses + repoURL: https://git.martyn.berlin/martyn/infra4talos + targetRevision: HEAD