Services

This RecoveryPlan synchronize the Services between the source and destination clusters.

apiVersion: dr.astronetes.io/v1alpha1
kind: RecoveryPlan
metadata:
  name: apps-pre
spec:
  suspend: false
  forceNamespaceCreation: true
  sourceClusterRef:
    name: source
    namespace: dr-maqueta
  destinationClusterRef:
    name: destination
    namespace: dr-maqueta
  resources:
    - version: v1
      resource: services
      filters:
        selector:
          matchLabels:
            disaster-recovery: enabled
      transformation:
        patch:
          - op: remove
            path: /spec/clusterIP
          - op: remove
            path: /spec/clusterIPs