File tree Expand file tree Collapse file tree 7 files changed +12787
-0
lines changed
Expand file tree Collapse file tree 7 files changed +12787
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ data :
3+ controller_manager_config.yaml : |
4+ apiVersion: config.k8ssandra.io/v1beta1
5+ kind: OperatorConfig
6+ metadata:
7+ name: operator-config
8+ health:
9+ healthProbeBindAddress: :8081
10+ metrics:
11+ bindAddress: 127.0.0.1:8080
12+ webhook:
13+ port: 9443
14+ leaderElection:
15+ leaderElect: true
16+ resourceName: b569adb7.cassandra.datastax.com
17+ disableWebhooks: false
18+ imageConfigFile: /configs/image_config.yaml
19+ image_config.yaml : |
20+ apiVersion: config.k8ssandra.io/v1beta1
21+ kind: ImageConfig
22+ metadata:
23+ name: image-config
24+ images:
25+ system-logger: "cr.k8ssandra.io/k8ssandra/system-logger:v1.23.0"
26+ config-builder: "cr.dtsx.io/datastax/cass-config-builder:1.0-ubi8"
27+ k8ssandra-client: "cr.k8ssandra.io/k8ssandra/k8ssandra-client:v0.5.0"
28+ # cassandra:
29+ # "4.0.0": "k8ssandra/cassandra-ubi:latest"
30+ # dse:
31+ # "6.8.999": "datastax/dse-server-prototype:latest"
32+ # imageRegistry: "localhost:5000"
33+ # imageNamespace: "internal"
34+ # imagePullPolicy: Always
35+ # imagePullSecret:
36+ # name: my-secret-pull-registry
37+ defaults:
38+ # Note, postfix is ignored if repository is not set
39+ cassandra:
40+ repository: "cr.k8ssandra.io/k8ssandra/cass-management-api"
41+ suffix: "-ubi"
42+ dse:
43+ repository: "cr.dtsx.io/datastax/dse-mgmtapi-6_8"
44+ suffix: "-ubi8"
45+ hcd:
46+ repository: "datastax/hcd"
47+ suffix: "-ubi"
48+ kind : ConfigMap
49+ metadata :
50+ name : cass-operator-manager-config
Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ kind : Service
3+ metadata :
4+ creationTimestamp : null
5+ name : cass-operator-webhook-service
6+ spec :
7+ ports :
8+ - port : 443
9+ targetPort : 9443
10+ selector :
11+ control-plane : controller-manager
12+ status :
13+ loadBalancer : {}
You can’t perform that action at this time.
0 commit comments