no deployment here
This commit is contained in:
parent
453cc1b2d2
commit
75fe35ab4c
1 changed files with 25 additions and 25 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue