15 lines
169 B
YAML
15 lines
169 B
YAML
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
|
|
commonLabels:
|
|
app: kustomwebapp
|
|
|
|
commonAnnotations:
|
|
app: mykustom-annontations
|
|
|
|
namePrefix:
|
|
kustom-
|
|
|
|
nameSuffix:
|
|
-v1 |