Skip to content

Instantly share code, notes, and snippets.

@andresrinivasan
Created November 17, 2022 04:39
Show Gist options
  • Select an option

  • Save andresrinivasan/5701e2a68dcc4404e134792ab9478a81 to your computer and use it in GitHub Desktop.

Select an option

Save andresrinivasan/5701e2a68dcc4404e134792ab9478a81 to your computer and use it in GitHub Desktop.
REC resource with a spec.certificates.proxyCertificateSecretName key
apiVersion: app.redislabs.com/v1
kind: RedisEnterpriseCluster
metadata:
name: rec1
spec:
nodes: 3
uiServiceType: LoadBalancer # No tunneling to the UI needed
redisEnterpriseNodeResources:
limits:
cpu: 4 # Assumes at least 6 cores/node
memory: 4Gi
requests:
cpu: 4
memory: 4Gi
clusterCredentialSecretName: rec1
clusterCredentialSecretType: vault
clusterCredentialSecretRole: redis-enterprise-rec-redis
certificates:
proxyCertificateSecretName: /secret/data/redisenterprise-redis/rec-tls
podAnnotations:
vault.hashicorp.com/namespace: hashicorp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment