diff --git a/apps/longhorn/kustomization.yaml b/apps/longhorn/kustomization.yaml new file mode 100644 index 0000000..68d1497 --- /dev/null +++ b/apps/longhorn/kustomization.yaml @@ -0,0 +1,2 @@ +resources: + - longhorn.yaml \ No newline at end of file diff --git a/apps/thelounge/kustomization.yaml b/apps/thelounge/kustomization.yaml new file mode 100644 index 0000000..1429225 --- /dev/null +++ b/apps/thelounge/kustomization.yaml @@ -0,0 +1,4 @@ +resources: + - pvc.yaml + - services.yaml + - statefulset.yaml \ No newline at end of file diff --git a/apps/znc/kustomization.yaml b/apps/znc/kustomization.yaml new file mode 100644 index 0000000..07da489 --- /dev/null +++ b/apps/znc/kustomization.yaml @@ -0,0 +1,4 @@ +resources: + - pvc.yalm + - services.yaml + - statefulset.yaml \ No newline at end of file