mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 04:59:54 +00:00
10 lines
187 B
YAML
10 lines
187 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- pvc.yaml
|
|
- ingress.yaml
|
|
- dns-endpoint.yaml
|
|
- server-config.yaml
|