File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const (
5454 // CertificateFile is the path to the certificate file.
5555 CertificateFile = "/etc/ssl/certs/clink-controlplane.pem"
5656 // KeyFile is the path to the private-key file.
57- KeyFile = "/etc/ssl/private /clink-controlplane.pem"
57+ KeyFile = "/etc/ssl/key /clink-controlplane.pem"
5858
5959 // PeerTLSDirectory is the path to the directory holding the peer TLS certificates.
6060 PeerTLSDirectory = "/etc/ssl/certs/clink"
Original file line number Diff line number Diff line change 2222 address:
2323 socket_address:
2424 address: 127.0.0.1
25- port_value: 1000
25+ port_value: 1500
2626bootstrap_extensions:
2727- name: envoy.bootstrap.internal_listener
2828 typed_config:
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const (
3434 // CertificateFile is the path to the certificate file.
3535 CertificateFile = "/etc/ssl/certs/clink-dataplane.pem"
3636 // KeyFile is the path to the private-key file.
37- KeyFile = "/etc/ssl/private /clink-dataplane.pem"
37+ KeyFile = "/etc/ssl/key /clink-dataplane.pem"
3838
3939 // Name is the app label of dataplane pods.
4040 Name = "cl-dataplane"
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const (
4545 // CertificateFile is the path to the certificate file.
4646 CertificateFile = "/etc/ssl/certs/clink-dataplane.pem"
4747 // KeyFile is the path to the private-key file.
48- KeyFile = "/etc/ssl/private /clink-dataplane.pem"
48+ KeyFile = "/etc/ssl/key /clink-dataplane.pem"
4949)
5050
5151// Options contains everything necessary to create and run a dataplane.
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ package api
1515
1616const (
1717 // ListenPort is the dataplane external listening port.
18- ListenPort = 443
18+ ListenPort = 4443
1919)
You can’t perform that action at this time.
0 commit comments