12 lines
278 B
YAML
12 lines
278 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: kafka
|
|
commonLabels:
|
|
app.kubernetes.io/name: schema-topic-registry
|
|
resources:
|
|
- schema-registry-deployment.yaml
|
|
- schema-registry-service.yaml
|
|
- kafka-registry-topic.yaml
|
|
|
|
# - kafka-user-registry.yaml
|