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