Skip to content

Commit

Permalink
operator cass-operator-community (1.19.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm authored Mar 28, 2024
1 parent 620e9e1 commit 7a4e61c
Show file tree
Hide file tree
Showing 7 changed files with 12,616 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
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
image_config.yaml: |
apiVersion: config.k8ssandra.io/v1beta1
kind: ImageConfig
metadata:
name: image-config
images:
system-logger: "cr.k8ssandra.io/k8ssandra/system-logger:v1.19.1"
config-builder: "cr.dtsx.io/datastax/cass-config-builder:1.0-ubi8"
k8ssandra-client: "cr.k8ssandra.io/k8ssandra/k8ssandra-client:v0.2.2"
# 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: "cr.k8ssandra.io/k8ssandra/cass-management-api"
suffix: "-ubi8"
dse:
repository: "cr.dtsx.io/datastax/dse-mgmtapi-6_8"
suffix: "-ubi8"
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 7a4e61c

Please sign in to comment.