From 75fe35ab4c7bf94506a3932b6e514043b20ba4b7 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Tue, 12 Mar 2024 20:57:23 -0500 Subject: [PATCH] no deployment here --- hello-world/deployments/deployment.yaml | 50 ++++++++++++------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/hello-world/deployments/deployment.yaml b/hello-world/deployments/deployment.yaml index 0bfb9bc..ee4c204 100644 --- a/hello-world/deployments/deployment.yaml +++ b/hello-world/deployments/deployment.yaml @@ -72,31 +72,31 @@ spec: port: 5000 targetPort: 5000 ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: hello-world - name: hello-world-deployment - namespace: hello-world -spec: - replicas: 1 - selector: - matchLabels: - app: hello-world - template: - metadata: - labels: - app: hello-world - spec: - containers: - - image: docker.io/waylonwalker/learn-rollouts:v2 - name: hello-world - ports: - - containerPort: 5000 - +# --- +# +# apiVersion: apps/v1 +# kind: Deployment +# metadata: +# labels: +# app: hello-world +# name: hello-world-deployment +# namespace: hello-world +# spec: +# replicas: 1 +# selector: +# matchLabels: +# app: hello-world +# template: +# metadata: +# labels: +# app: hello-world +# spec: +# containers: +# - image: docker.io/waylonwalker/learn-rollouts:v2 +# name: hello-world +# ports: +# - containerPort: 5000 +# --- apiVersion: networking.k8s.io/v1