13 lines
252 B
YAML
13 lines
252 B
YAML
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
|
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
commonLabels:
|
|
app: wireguard-socks
|
|
type: proxy
|
|
secretGenerator:
|
|
- name: wireguard
|
|
files:
|
|
- config/wg0.conf
|