mirror of
https://github.com/katanemo/plano.git
synced 2026-04-30 19:36:34 +02:00
rename provider from do to digitalocean; keep do / do_ai as aliases
This commit is contained in:
parent
dda0a16204
commit
8bf0398db6
4 changed files with 54 additions and 54 deletions
|
|
@ -901,13 +901,13 @@ static_resources:
|
|||
validation_context:
|
||||
trusted_ca:
|
||||
filename: {{ upstream_tls_ca_path | default('/etc/ssl/certs/ca-certificates.crt') }}
|
||||
- name: do
|
||||
- name: digitalocean
|
||||
connect_timeout: {{ upstream_connect_timeout | default('5s') }}
|
||||
type: LOGICAL_DNS
|
||||
dns_lookup_family: V4_ONLY
|
||||
lb_policy: ROUND_ROBIN
|
||||
load_assignment:
|
||||
cluster_name: do
|
||||
cluster_name: digitalocean
|
||||
endpoints:
|
||||
- lb_endpoints:
|
||||
- endpoint:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue