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/service.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 grumpy/unbound/service.yaml (limited to 'grumpy/unbound/service.yaml') diff --git a/grumpy/unbound/service.yaml b/grumpy/unbound/service.yaml new file mode 100644 index 0000000..b36feab --- /dev/null +++ b/grumpy/unbound/service.yaml @@ -0,0 +1,17 @@ +--- +kind: Service +apiVersion: v1 +metadata: + name: unbound +spec: + type: NodePort + ports: + - name: 53-tcp + port: 5353 + targetPort: 5353 + nodePort: 53 + protocol: TCP + - name: 53-udp + port: 5353 + targetPort: 5353 + protocol: UDP -- cgit v1.2.3