mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 20:12:43 +00:00
helm rename + cleanup + terraform files + ansible
This commit is contained in:
12
helm-hello/templates/pod-server-b.yaml
Normal file
12
helm-hello/templates/pod-server-b.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: server-b
|
||||
labels:
|
||||
server: "http"
|
||||
spec:
|
||||
containers:
|
||||
- name: front-end
|
||||
image: beppev/server-b:latest
|
||||
ports:
|
||||
- containerPort: 5000
|
Reference in New Issue
Block a user