Skip to content

Commit

Permalink
operator cass-operator-community (1.16.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm authored Jun 30, 2023
1 parent 7b253f5 commit fb5d7f4
Show file tree
Hide file tree
Showing 7 changed files with 12,549 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
apiVersion: v1
data:
controller_manager_config.yaml: |
apiVersion: config.k8ssandra.io/v1beta1
kind: OperatorConfig
metadata:
name: operator-config
health:
healthProbeBindAddress: :8081
metrics:
bindAddress: 127.0.0.1:8080
webhook:
port: 9443
leaderElection:
leaderElect: true
resourceName: b569adb7.cassandra.datastax.com
disableWebhooks: false
imageConfigFile: /configs/image_config.yaml
olmDeployment: true
image_config.yaml: |
apiVersion: config.k8ssandra.io/v1beta1
kind: ImageConfig
metadata:
name: image-config
images:
system-logger: "k8ssandra/system-logger:v1.16.0"
config-builder: "datastax/cass-config-builder:1.0-ubi7"
# cassandra:
# "4.0.0": "k8ssandra/cassandra-ubi:latest"
# dse:
# "6.8.999": "datastax/dse-server-prototype:latest"
# imageRegistry: "localhost:5000"
# imagePullPolicy: Always
# imagePullSecret:
# name: my-secret-pull-registry
defaults:
# Note, postfix is ignored if repository is not set
cassandra:
repository: "k8ssandra/cass-management-api"
dse:
repository: "datastax/dse-server"
suffix: "-ubi7"
kind: ConfigMap
metadata:
name: cass-operator-manager-config
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: cass-operator-webhook-service
spec:
ports:
- port: 443
targetPort: 9443
selector:
control-plane: controller-manager
status:
loadBalancer: {}
Loading

0 comments on commit fb5d7f4

Please sign in to comment.