hotfix: fix wait envoy rule to works takes too long time (#674)

This commit is contained in:
naison
2025-07-23 19:52:12 +08:00
committed by GitHub
parent 43023d080f
commit 1823567949
8 changed files with 84 additions and 125 deletions

View File

@@ -82,8 +82,6 @@ spec:
{{- end }}
- args:
- control-plane
- --watchDirectoryFilename
- /etc/envoy/envoy-config.yaml
command:
- kubevpn
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
@@ -95,10 +93,6 @@ spec:
protocol: TCP
resources:
{{- toYaml .Values.resourcesSmall | nindent 12 }}
volumeMounts:
- mountPath: /etc/envoy
name: envoy-config
readOnly: true
- args:
- webhook
command:

View File

@@ -96,15 +96,7 @@ autoscaling:
# targetMemoryUtilizationPercentage: 80
# Additional volumes on the output Deployment definition.
volumes:
- configMap:
defaultMode: 420
items:
- key: ENVOY_CONFIG
path: envoy-config.yaml
name: kubevpn-traffic-manager
optional: false
name: envoy-config
volumes: {}
# Additional volumeMounts on the output Deployment definition.