Files
herolib/lib/virt/kubernetes/templates/pod.yaml
2025-10-21 09:12:00 +02:00

13 lines
235 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: {{.Name}}
namespace: {{.Namespace}}
labels:
app: {{.AppLabel}}
spec:
containers:
- name: {{.ContainerName}}
image: {{.Image}}
ports:
- containerPort: {{.ContainerPort}}