From 48fa6f386cb06d131855b2b32d67ccdf486e76f6 Mon Sep 17 00:00:00 2001 From: Gareth Llewellyn Date: Mon, 15 Oct 2018 21:23:25 +0100 Subject: [PATCH] Removed / Adjusted Brass Horn Comms specific build stuff --- k8s/cwtch.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 k8s/cwtch.yml diff --git a/k8s/cwtch.yml b/k8s/cwtch.yml deleted file mode 100644 index 12af255..0000000 --- a/k8s/cwtch.yml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: cwtch - labels: - app: cwtch -spec: - replicas: 1 - selector: - matchLabels: - app: cwtch - template: - metadata: - labels: - app: cwtch - spec: - containers: - - name: cwtch - image: registry.gitlab.com/brasshorncomms/cwtch:TAGNAME - ports: - env: - imagePullSecrets: - - name: gitlab-pull-secret