aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/rpi/unbound-deployment.yaml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-18 14:40:41 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-18 14:40:41 +0000
commitc43133af81f5a15ce85a8722a881debab9a32316 (patch)
tree111b3e7080cd45d465bd40e87c0b720c30ea9293 /kubernetes/rpi/unbound-deployment.yaml
parentmoved bitlbee to kubernetes. using bitlbee-libpurple now (diff)
downloadscripts-c43133af81f5a15ce85a8722a881debab9a32316.tar.gz
scripts-c43133af81f5a15ce85a8722a881debab9a32316.zip
kubernetes updates
Diffstat (limited to 'kubernetes/rpi/unbound-deployment.yaml')
-rw-r--r--kubernetes/rpi/unbound-deployment.yaml35
1 files changed, 0 insertions, 35 deletions
diff --git a/kubernetes/rpi/unbound-deployment.yaml b/kubernetes/rpi/unbound-deployment.yaml
deleted file mode 100644
index 26f8997..0000000
--- a/kubernetes/rpi/unbound-deployment.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-apiVersion: apps/v1
-kind: Deployment
-metadata:
- name: unbound
- lables:
- app: unbound
-spec:
- replicas: 1
- selctor:
- matchlabels:
- app: unbound
- template:
- metadata:
- labels:
- app: unbound
- spec:
- containers:
- - name: unbound
- image: klutchell/unbound
- ports:
- - containerPort: 53
----
-apiVersion: v1
-kind: Service
-metadata:
- name: unbound-service
-spec:
- selector:
- app: unbound
- type: LoadBalancer
- ports:
- - protocol: UDP
- port: 53
- targetPort: 53
- nodePort: 53