File tree Expand file tree Collapse file tree 7 files changed +12549
-0
lines changed
Expand file tree Collapse file tree 7 files changed +12549
-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+ olmDeployment: true
20+ image_config.yaml : |
21+ apiVersion: config.k8ssandra.io/v1beta1
22+ kind: ImageConfig
23+ metadata:
24+ name: image-config
25+ images:
26+ system-logger: "k8ssandra/system-logger:v1.16.0"
27+ config-builder: "datastax/cass-config-builder:1.0-ubi7"
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+ # imagePullPolicy: Always
34+ # imagePullSecret:
35+ # name: my-secret-pull-registry
36+ defaults:
37+ # Note, postfix is ignored if repository is not set
38+ cassandra:
39+ repository: "k8ssandra/cass-management-api"
40+ dse:
41+ repository: "datastax/dse-server"
42+ suffix: "-ubi7"
43+ kind : ConfigMap
44+ metadata :
45+ 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