mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-28 19:42:41 +00:00
13 lines
203 B
YAML
13 lines
203 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: server-b
|
|
labels:
|
|
server: "http"
|
|
spec:
|
|
containers:
|
|
- name: front-end
|
|
image: beppev/server-b:latest
|
|
ports:
|
|
- containerPort: 5000
|