24 lines
536 B
YAML
24 lines
536 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: vpn-gateway
|
|
namespace: vpn-gateway
|
|
labels:
|
|
spec:
|
|
interval: 5m
|
|
chart:
|
|
spec:
|
|
# renovate: registryUrl=https://k8s-at-home.com/charts/
|
|
chart: pod-gateway
|
|
version: 5.6.2
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: k8s-at-home-charts
|
|
namespace: flux-system
|
|
interval: 5m
|
|
|
|
# See https://github.com/k8s-at-home/charts/blob/master/charts/pod-gateway/values.yaml
|
|
values:
|
|
routed_namespaces:
|
|
- vpn
|