mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-24 07:47:02 +00:00
14 lines
202 B
YAML
14 lines
202 B
YAML
resources:
|
|
- deployment.yaml
|
|
- ingress.yaml
|
|
- service.yaml
|
|
|
|
vars:
|
|
- name: DEPLOYMENT_NAME
|
|
objref:
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
name: nginx
|
|
fieldref:
|
|
fieldpath: metadata.name
|