11 lines
232 B
YAML
11 lines
232 B
YAML
|
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
||
|
|
||
|
resources:
|
||
|
- deployment.yaml
|
||
|
- service.yaml
|
||
|
- ingress.yaml
|
||
|
configMapGenerator:
|
||
|
- name: v2ray
|
||
|
files:
|
||
|
- config.json
|
||
|
nameSuffix: -server
|