Fixup jobs, roles...

This commit is contained in:
2022-06-10 11:33:09 +02:00
parent 1350a26162
commit 8156f8cfa2
5 changed files with 25 additions and 6 deletions

View File

@@ -25,6 +25,13 @@ type DepSpec struct {
func NewDepSpec() *DepSpec {
return &DepSpec{
Replicas: 1,
Template: PodTemplate{
Metadata: Metadata{
Labels: map[string]string{
K + "/resource": "deployment",
},
},
},
}
}