mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
10 lines
170 B
YAML
10 lines
170 B
YAML
# Example configuration for the webserver
|
|
# at https://github.com/monopole/hello
|
|
commonLabels:
|
|
app: hello
|
|
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- configMap.yaml
|