diff options
| author | Max Resnick <max@ofmax.li> | 2025-02-25 22:09:01 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2025-02-25 22:09:01 -0800 |
| commit | 50c42fbf582ebf62f324223e9338039cebd41802 (patch) | |
| tree | 43985a0ee8153f56a91f662a18a6450c45a30a0d /grumpy/unbound/service.yaml | |
| parent | bb01592d79af9f197f06d246af96d4dda8cffa7f (diff) | |
| download | grumpy-charts-50c42fbf582ebf62f324223e9338039cebd41802.tar.gz | |
feat: add unbound
Diffstat (limited to '')
| -rw-r--r-- | grumpy/unbound/service.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
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 |