From 50c42fbf582ebf62f324223e9338039cebd41802 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Tue, 25 Feb 2025 22:09:01 -0800 Subject: feat: add unbound --- grumpy/unbound/deploy.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 grumpy/unbound/deploy.yaml (limited to 'grumpy/unbound/deploy.yaml') 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 -- cgit v1.2.3