Skip to content

Export by matching label expressions #52

Open
@jewertow

Description

@jewertow

Enable users to define service exports by using matchExpressions rules.

Users can use operators such as In, NotIn, Exists, and DoesNotExist for more fine-grained control as to which services should be exported.

Example structure

serviceSelectors:
  - matchExpressions:
      - key: app.kubernetes.io/name
        operator: In
        values:
          - ratings
          - reviews

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions