no deployment here

This commit is contained in:
Waylon Walker 2024-03-12 20:57:23 -05:00
parent 453cc1b2d2
commit 75fe35ab4c
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -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