pihole
diff --git a/apps/pihole/pod.yaml b/apps/pihole/pod.yaml
new file mode 100644
index 0000000..c52aebd
--- /dev/null
+++ b/apps/pihole/pod.yaml
@@ -0,0 +1,9 @@
+apiVersion: v1
+kind: Pod
+metadata:
+  name: pihole
+spec:
+  containers:
+  - name: pihole
+    image: giolekva/pihole:latest
+    imagePullPolicy: Always