Skip to content

Commit 80cc441

Browse files
committed
Add istio friendly port names
This commit changes the port names in the various service definitions to follow the istio [naming convention](https://istio.io/docs/ops/configuration/traffic-management/protocol-selection/). This helps the Kube-arangodb operator play nice with both istio and observability tools like [Kiali](https://git.io/Jfesl).
1 parent ea615a3 commit 80cc441

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: manifests/arango-backup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ metadata:
117117
release: backup
118118
spec:
119119
ports:
120-
- name: server
120+
- name: tcp-8529
121121
port: 8528
122122
protocol: TCP
123123
targetPort: 8528

Diff for: manifests/arango-deployment-replication.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ metadata:
114114
release: deployment-replication
115115
spec:
116116
ports:
117-
- name: server
117+
- name: tcp-8529
118118
port: 8528
119119
protocol: TCP
120120
targetPort: 8528

Diff for: manifests/arango-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ metadata:
161161
release: deployment
162162
spec:
163163
ports:
164-
- name: server
164+
- name: tcp-8529
165165
port: 8528
166166
protocol: TCP
167167
targetPort: 8528

Diff for: manifests/arango-storage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ metadata:
146146
release: storage
147147
spec:
148148
ports:
149-
- name: server
149+
- name: tcp-8529
150150
port: 8528
151151
protocol: TCP
152152
targetPort: 8528

0 commit comments

Comments
 (0)