File tree Expand file tree Collapse file tree 9 files changed +13750
-0
lines changed
Expand file tree Collapse file tree 9 files changed +13750
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ kind : Service
3+ metadata :
4+ creationTimestamp : null
5+ labels :
6+ app.kubernetes.io/managed-by : kustomize
7+ app.kubernetes.io/name : cass-operator
8+ control-plane : controller-manager
9+ name : cass-operator-controller-manager-metrics-service
10+ spec :
11+ ports :
12+ - name : https
13+ port : 8443
14+ protocol : TCP
15+ targetPort : 8443
16+ selector :
17+ control-plane : controller-manager
18+ status :
19+ loadBalancer : {}
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+ disableWebhooks: false
9+ imageConfigFile: /configs/image_config.yaml
10+ image_config.yaml : |
11+ apiVersion: config.k8ssandra.io/v1beta1
12+ kind: ImageConfig
13+ metadata:
14+ name: image-config
15+ images:
16+ system-logger: "cr.k8ssandra.io/k8ssandra/system-logger:v1.26.1"
17+ config-builder: "cr.dtsx.io/datastax/cass-config-builder:1.0-ubi"
18+ k8ssandra-client: "cr.k8ssandra.io/k8ssandra/k8ssandra-client:v0.8.2"
19+ # cassandra:
20+ # "4.0.0": "k8ssandra/cassandra-ubi:latest"
21+ # dse:
22+ # "6.8.999": "datastax/dse-server-prototype:latest"
23+ # imageRegistry: "localhost:5000"
24+ # imageNamespace: "internal"
25+ # imagePullPolicy: Always
26+ # imagePullSecret:
27+ # name: my-secret-pull-registry
28+ defaults:
29+ # Note, postfix is ignored if repository is not set
30+ cassandra:
31+ repository: "cr.k8ssandra.io/k8ssandra/cass-management-api"
32+ suffix: "-ubi"
33+ dse:
34+ repository: "cr.dtsx.io/datastax/dse-mgmtapi-6_8"
35+ suffix: "-ubi8"
36+ hcd:
37+ repository: "datastax/hcd"
38+ suffix: "-ubi"
39+ kind : ConfigMap
40+ metadata :
41+ labels :
42+ app.kubernetes.io/managed-by : kustomize
43+ app.kubernetes.io/name : cass-operator
44+ 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+ labels :
6+ app.kubernetes.io/managed-by : kustomize
7+ app.kubernetes.io/name : cass-operator
8+ name : cass-operator-webhook-service
9+ spec :
10+ ports :
11+ - port : 443
12+ targetPort : 9443
13+ selector :
14+ control-plane : controller-manager
15+ status :
16+ loadBalancer : {}
You can’t perform that action at this time.
0 commit comments