File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ apiVersion: networking.cfargotunnel.com/v1alpha2
1717kind : ClusterTunnel
1818...
1919spec :
20- deployPatch : |
20+ deployPatch : |
21+ spec:
22+ replicas: 2 # instead of size
23+ template:
2124 spec:
22- replicas: 2 # instead of size
23- template:
24- spec:
25- tolerations: ... # tolerations as before
26- nodeSelector: ... # nodeSelectors as before. Note the plural v/s singular
27- containers:
28- - name: cloudflared # Note the usage of cloudflared name to select the container to patch
29- image: ... # image as before
25+ tolerations: ... # tolerations as before
26+ nodeSelector: ... # nodeSelectors as before. Note the plural v/s singular
27+ containers:
28+ - name: cloudflared # Note the usage of cloudflared name to select the container to patch
29+ image: ... # image as before
3030 ...
3131```
You can’t perform that action at this time.
0 commit comments