You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, trying to configure TLS certs using cert-manager. But allways geting issue with
/opt/couchbase/var/lib/couchbase/inbox/chain.pem. The file does not exist.
Can you help me with this?
Installed cert-manager with CRD, created self-signed cert (status is ready).
kubectl get certificates -A
NAMESPACE NAME READY SECRET AGE
couchbase apicbdev True server-tls 120m
Hello, trying to configure TLS certs using cert-manager. But allways geting issue with
/opt/couchbase/var/lib/couchbase/inbox/chain.pem. The file does not exist.
Can you help me with this?
Installed cert-manager with CRD, created self-signed cert (status is ready).
kubectl get certificates -A
NAMESPACE NAME READY SECRET AGE
couchbase apicbdev True server-tls 120m
Couchbase side:
couchbase values.yaml
`install:
couchbaseOperator: true
admissionController: true
couchbaseCluster: true
syncGateway: false
couchbaseOperator:
name: "couchbase-operator"
cluster:
monitoring:
prometheus:
enabled: true
image: couchbase/exporter:1.0.6
coredns:
searches:
tls:
generate: false
expiration: 365
nodeToNodeEncryption:
cluster:
buckets:
managed: true
cluster:
analyticsServiceMemoryQuota: 1Gi
autoFailoverMaxCount: 3
autoFailoverTimeout: 120s
dataServiceMemoryQuota: 6Gi
eventingServiceMemoryQuota: 256Mi
indexServiceMemoryQuota: 1024Mi
searchServiceMemoryQuota: 256Mi
enableOnlineVolumeExpansion: true
networking:
adminConsoleServiceTemplate:
spec:
type: NodePort
disableUIOverHTTP: false
disableUIOverHTTPS: false
dns:
domain: company.com
exposeAdminConsole: true
exposedFeatureServiceTemplate:
spec:
type: LoadBalancer
exposedFeatures:
- admin
- client
- xdcr
tls:
secretSource:
serverSecretName: server-tls
static:
serverSecret: server-tls
platform: aws
security:
adminSecret: ''
password: '111'
username: Administrator
servers:
default:
services:
- data
- index
- query
- search
- analytics
- eventing
size: 3
volumeMounts:
default: couchbase
data: couchbase
volumeClaimTemplates:
- metadata:
name: couchbase
spec:
accessModes:
- ReadWriteOnce
storageClassName: ebs-sc
resources:
requests:
storage: 30Gi
`
The text was updated successfully, but these errors were encountered: