Skip to content

Commit

Permalink
Add uw configuration to deploy authorities
Browse files Browse the repository at this point in the history
  • Loading branch information
ffilippopoulos committed Aug 5, 2024
1 parent c422744 commit 90fea7b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,29 @@ spec:
],
"node":{
"id":"{{request.object.metadata.namespace}}/\$(POD_NAME)",
"locality":{}}
"locality":{}
},
"authorities": {
"aws": {
"xds_servers": [{
"server_uri": "semaphore-xds.sys-semaphore.svc.cluster.aws:18000",
"channel_creds": [{"type": "insecure"}],
"server_features": ["xds_v3"]}
]
},
"gcp": {
"xds_servers": [{
"server_uri": "semaphore-xds.sys-semaphore.svc.cluster.gcp:18000",
"channel_creds": [{"type": "insecure"}],
"server_features": ["xds_v3"]}
]
},
"merit": {
"xds_servers": [{
"server_uri": "semaphore-xds.sys-semaphore.svc.cluster.merit:18000",
"channel_creds": [{"type": "insecure"}],
"server_features": ["xds_v3"]}
]
}
}
}
2 changes: 2 additions & 0 deletions deploy/kustomize/namespaced/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ metadata:
prometheus.io/path: /metrics
prometheus.io/port: "8080"
prometheus.io/scrape: "true"
labels:
uw.systems/mirror: "true"
spec:
type: ClusterIP
ports:
Expand Down

0 comments on commit 90fea7b

Please sign in to comment.