15 lines
305 B
YAML
15 lines
305 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
# - namespace.yaml
|
|
- pvc.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
- memcached/
|
|
|
|
configurations:
|
|
# allow nameReference to work with different mentions of the same resource as well
|
|
- name_reference.yaml
|