kustomization.yaml

489 B • Modified 2024-03-12 22:53
resources:
  - ../base

patches:
  - path: overlay/console-statefulset.yaml
    target:
      group: apps
      kind: StatefulSet
      name: console
      namespace: console
      version: v1
  - path: overlay/console-service.yaml
    target:
      kind: Service
      name: enterprise-console
      namespace: console
      version: v1
  - path: overlay/console-service-hl.yaml
    target:
      kind: Service
      name: enterprise-console-hl
      namespace: console
      version: v1