helm/wg-socks/kustomization.yaml

13 lines
252 B
YAML
Raw Normal View History

2023-06-08 14:13:27 +00:00
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
resources:
- deployment.yaml
2023-09-09 06:24:01 +00:00
- service.yaml
2023-06-08 14:13:27 +00:00
commonLabels:
app: wireguard-socks
type: proxy
2023-09-06 04:40:10 +00:00
secretGenerator:
- name: wireguard
files:
- config/wg0.conf