This commit is contained in:
mik-tf
2025-11-04 10:39:10 -05:00
commit 0a95c51230
6 changed files with 977 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello-world
spec:
replicas: 1
selector:
matchLabels:
app: hello-world
template:
metadata:
labels:
app: hello-world
spec:
containers:
- name: hello-world
image: paulbouwer/hello-kubernetes:1.10
ports:
- containerPort: 8080