From ef78fb44c45e8e981cdea2f315f8498177a34a68 Mon Sep 17 00:00:00 2001 From: avi-fed <72098315+avi-fed@users.noreply.github.com> Date: Sun, 7 Jul 2024 17:04:00 +0300 Subject: [PATCH] Update deployment-kind.yaml remove yaml file content --- deployment-kind.yaml | 45 +------------------------------------------- 1 file changed, 1 insertion(+), 44 deletions(-) diff --git a/deployment-kind.yaml b/deployment-kind.yaml index f37e221a..8b137891 100644 --- a/deployment-kind.yaml +++ b/deployment-kind.yaml @@ -1,44 +1 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: health-check-deployment -spec: - selector: - matchLabels: - app: health-check - template: - metadata: - labels: - app: health-check - spec: - containers: - - name: health-check - image: madhuakula/k8s-goat-health-check - resources: - limits: - memory: "100Mi" - cpu: "30m" - ports: - - containerPort: 80 - # Custom Stuff - securityContext: - privileged: true - volumeMounts: - - mountPath: /custom/docker/docker.sock - name: docker-sock-volume - volumes: - - name: docker-sock-volume - hostPath: - path: /var/run/docker.sock ---- -apiVersion: v1 -kind: Service -metadata: - name: health-check-service -spec: - ports: - - protocol: TCP - port: 80 - targetPort: 80 - selector: - app: health-check +