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 port: 5000
targetPort: 5000 targetPort: 5000
--- # ---
#
apiVersion: apps/v1 # apiVersion: apps/v1
kind: Deployment # kind: Deployment
metadata: # metadata:
labels: # labels:
app: hello-world # app: hello-world
name: hello-world-deployment # name: hello-world-deployment
namespace: hello-world # namespace: hello-world
spec: # spec:
replicas: 1 # replicas: 1
selector: # selector:
matchLabels: # matchLabels:
app: hello-world # app: hello-world
template: # template:
metadata: # metadata:
labels: # labels:
app: hello-world # app: hello-world
spec: # spec:
containers: # containers:
- image: docker.io/waylonwalker/learn-rollouts:v2 # - image: docker.io/waylonwalker/learn-rollouts:v2
name: hello-world # name: hello-world
ports: # ports:
- containerPort: 5000 # - containerPort: 5000
#
--- ---
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1