mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user