mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 11:36:50 +00:00
19 lines
310 B
YAML
19 lines
310 B
YAML
# infrastructure/scylla/operator-values.yaml
|
|
# Scylla Operator
|
|
replicas: 2
|
|
logLevel: 2
|
|
|
|
webhook:
|
|
# Use cert-manager to generate the self-signed cert
|
|
createSelfSignedCertificate: true
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
|
|
webhookServerResources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 64Mi
|