use different proxy
This commit is contained in:
		| @@ -24,3 +24,29 @@ spec: | ||||
|         resources: | ||||
|           limits: | ||||
|             squat.ai/tun: "1" | ||||
|  | ||||
| --- | ||||
| apiVersion: tailscale.com/v1alpha1 | ||||
| kind: ProxyClass | ||||
| metadata: | ||||
|   name: no-metrics | ||||
|   namespace: {{ .Release.Namespace }} | ||||
|   labels: | ||||
|     app.kubernetes.io/name: no-metrics | ||||
|     app.kubernetes.io/instance: {{ .Release.Name }} | ||||
|     app.kubernetes.io/version: {{ .Chart.AppVersion }} | ||||
|     app.kubernetes.io/component: proxy | ||||
|     app.kubernetes.io/part-of: {{ .Release.Name }} | ||||
| spec: | ||||
|   metrics: | ||||
|     enable: false | ||||
|   statefulSet: | ||||
|     pod: | ||||
|       tailscaleContainer: | ||||
|         resources: | ||||
|           limits: | ||||
|             squat.ai/tun: "1" | ||||
|       tailscaleInitContainer: | ||||
|         resources: | ||||
|           limits: | ||||
|             squat.ai/tun: "1" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user