mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
15 lines
300 B
YAML
15 lines
300 B
YAML
apiVersion: networking.istio.io/v1alpha3
|
|
kind: ServiceEntry
|
|
metadata:
|
|
name: rds
|
|
namespace: istio-system
|
|
spec:
|
|
hosts:
|
|
- resf-peridot-dev.ctxqgglmfofx.us-east-2.rds.amazonaws.com
|
|
ports:
|
|
- number: 5432
|
|
name: postgres
|
|
protocol: TCP
|
|
resolution: DNS
|
|
location: MESH_EXTERNAL
|