Skip to content

Commit fb5d7f4

Browse files
authored
operator cass-operator-community (1.16.0)
1 parent 7b253f5 commit fb5d7f4

File tree

7 files changed

+12549
-0
lines changed

7 files changed

+12549
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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: {}

0 commit comments

Comments
 (0)