13 lines
299 B
YAML
13 lines
299 B
YAML
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- daemonset.yaml
|
|
- pvc.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
configMapGenerator:
|
|
- name: headscale
|
|
files:
|
|
- config/config.yaml |