From c43133af81f5a15ce85a8722a881debab9a32316 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 18 Nov 2021 18:10:41 +0330 Subject: kubernetes updates --- kubernetes/rpi/unbound-deployment.yaml | 35 ---------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 kubernetes/rpi/unbound-deployment.yaml (limited to 'kubernetes/rpi/unbound-deployment.yaml') 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 -- cgit v1.2.3