aboutsummaryrefslogtreecommitdiff
path: root/grumpy/unbound/deploy.yaml
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2025-02-25 22:09:01 -0800
committerMax Resnick <max@ofmax.li>2025-02-25 22:09:01 -0800
commit50c42fbf582ebf62f324223e9338039cebd41802 (patch)
tree43985a0ee8153f56a91f662a18a6450c45a30a0d /grumpy/unbound/deploy.yaml
parentbb01592d79af9f197f06d246af96d4dda8cffa7f (diff)
downloadgrumpy-charts-50c42fbf582ebf62f324223e9338039cebd41802.tar.gz
feat: add unbound
Diffstat (limited to 'grumpy/unbound/deploy.yaml')
-rw-r--r--grumpy/unbound/deploy.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/grumpy/unbound/deploy.yaml b/grumpy/unbound/deploy.yaml
new file mode 100644
index 0000000..c8435bd
--- /dev/null
+++ b/grumpy/unbound/deploy.yaml
@@ -0,0 +1,14 @@
+apiVersion: apps/v1
+kind: Deployment
+metadata:
+ name: unbound
+spec:
+ replicas: 1
+ template:
+ spec:
+ containers:
+ - name: unbound
+ image: public.ecr.aws/s0f9o2k5/unbound:v0.0.1
+ imagePullPolicy: Always
+ ports:
+ - containerPort: 5353