diff --git a/deployment/human-connection/deployment-embed.yaml b/deployment/human-connection/deployment-embed.yaml deleted file mode 100644 index 405b4bca2..000000000 --- a/deployment/human-connection/deployment-embed.yaml +++ /dev/null @@ -1,38 +0,0 @@ ---- -apiVersion: extensions/v1beta1 -kind: Deployment -metadata: - name: nitro-embed - namespace: human-connection -spec: - replicas: 1 - minReadySeconds: 15 - progressDeadlineSeconds: 60 - strategy: - rollingUpdate: - maxSurge: 0 - maxUnavailable: "100%" - selector: - matchLabels: - human-connection.org/selector: deployment-human-connection-embed - template: - metadata: - labels: - human-connection.org/commit: COMMIT - human-connection.org/selector: deployment-human-connection-embed - name: "nitro-embed" - spec: - containers: - - name: nitro-embed - image: humanconnection/nitro-embed:latest - imagePullPolicy: Always - ports: - - containerPort: 4000 - envFrom: - - configMapRef: - name: configmap - - secretRef: - name: human-connection - restartPolicy: Always - terminationGracePeriodSeconds: 30 -status: {} diff --git a/deployment/human-connection/service-embed.yaml b/deployment/human-connection/service-embed.yaml deleted file mode 100644 index 85a4ad7b5..000000000 --- a/deployment/human-connection/service-embed.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: nitro-embed - namespace: human-connection - labels: - human-connection.org/selector: deployment-human-connection-embed -spec: - ports: - - name: web - port: 3050 - targetPort: 3050 - selector: - human-connection.org/selector: deployment-human-connection-embed