diff --git a/bitnami/consul-exporter/test.yaml b/bitnami/consul-exporter/test.yaml deleted file mode 100644 index c5f388344fd0..000000000000 --- a/bitnami/consul-exporter/test.yaml +++ /dev/null @@ -1,38 +0,0 @@ -## This is test deployment for Kubernetes platforms. -## This is _not_ intended to be used in production. -## -apiVersion: extensions/v1beta1 -kind: Deployment -metadata: - labels: - app: test-consul-exporter - name: test-consul-exporter -spec: - replicas: 1 - selector: - matchLabels: - app: test-consul-exporter - template: - metadata: - labels: - app: test-consul-exporter - spec: - containers: - - image: bitnami/consul-exporter - name: consul-exporter ---- -apiVersion: v1 -kind: Service -metadata: - labels: - app: test-consul-exporter - name: test-consul-exporter -spec: - ports: - - port: 9107 - protocol: TCP - targetPort: 9107 - selector: - app: test-consul-exporter - sessionAffinity: None - type: ClusterIP