cmd/k8s-operator: update connector example (#17020)

This commit modifies the connector example to use the new hostname prefix
and replicas fields

Signed-off-by: David Bond <davidsbond93@gmail.com>
pull/17026/head
David Bond 3 months ago committed by GitHub
parent a2f2ac6ba1
commit 04f00339b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,7 +11,8 @@ metadata:
spec: spec:
tags: tags:
- "tag:prod" - "tag:prod"
hostname: ts-prod hostnamePrefix: ts-prod
replicas: 2
subnetRouter: subnetRouter:
advertiseRoutes: advertiseRoutes:
- "10.40.0.0/14" - "10.40.0.0/14"

Loading…
Cancel
Save