mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-21 22:41:42 +00:00
12 lines
205 B
YAML
12 lines
205 B
YAML
# Example configuration for the webserver
|
|
# at https://github.com/monopole/hello
|
|
apiVersion: v1
|
|
kind: Kustomization
|
|
commonLabels:
|
|
app: hello
|
|
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- configMap.yaml
|