We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63acd3 commit 90b864bCopy full SHA for 90b864b
csdp/base_components/apps/argo-cd/_components/codefresh-base/kustomization.yaml
@@ -30,17 +30,17 @@ patches:
30
- op: replace
31
path: /subjects/0/namespace
32
value: default
33
+
34
+ # Istio protocol selection: https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/
35
+ # Ovveride the default protocol selection which is done by the port name (http), since this port is being used for both http and grpc.
36
- target:
37
version: v1
38
kind: Service
39
name: argocd-server
40
patch: |
41
- op: add
42
path: /spec/ports/0/appProtocol
- value: grpc
- - op: add
- path: /spec/ports/1/appProtocol
43
+ value: tcp
44
45
46
name: argocd-repo-server
0 commit comments