Skip to content

Commit

Permalink
DBZ-7053: Updated k8 install manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcechace committed Nov 4, 2023
1 parent 3e09e30 commit 5fb3c71
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
11 changes: 11 additions & 0 deletions k8/debeziumservers.debezium.io-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ spec:
description: Configuration allowing the modification of various aspects
of Debezium Server runtime.
properties:
jmx:
description: JMX configuration.
properties:
enabled:
description: Whether JMX should be enabled for this Debezium
Server instance.
type: boolean
port:
description: JMX port.
type: integer
type: object
volumes:
description: Additional volumes mounted to containers.
items:
Expand Down
12 changes: 12 additions & 0 deletions k8/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,18 @@ rules:
- update
- delete
- create
- apiGroups:
- ""
resources:
- services
verbs:
- get
- list
- watch
- patch
- update
- delete
- create
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 5fb3c71

Please sign in to comment.