mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
13 lines
253 B
YAML
13 lines
253 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- pvc.yaml
|
|
- ingress.yaml
|
|
- dns-endpoint.yaml
|
|
configMapGenerator:
|
|
- name: server-config
|
|
files:
|
|
- server-config.yaml
|