Sample secrets file

This file should be applied to your Kubernetes cluster before installing any LumenVox Helm Chart. This assigns credentials for various services. You can change these to meet your specific installation requirements. Adjust namespace values if needed.

1. apiVersion: v1

 2. kind: Secret

 3. metadata:

 4.   namespace: lumenvox

 5.   name: rabbitmq-existing-secret

 6. type: Opaque

 7. data:

 8.   rabbitmq-password: EXAMPLE241901SNSJKvzw2

 9. ---

10. apiVersion: v1

11. kind: Secret

12. metadata:

13.   namespace: lumenvox

14.   name: postgres-existing-secret

15. type: Opaque

16. data:

17.   postgresql-password: EXAMPLE241901SNSJKvzw2

18.   postgresql-postgres-password: EXAMPLE241901SNSJKvzw2

19. ---

20. apiVersion: v1

21. kind: Secret

22. metadata:

23.   namespace: lumenvox

24.   name: redis-existing-secret

25. type: Opaque

26. data:

27.   redis-password: EXAMPLE241901SNSJKvzw2

28. ---

29. apiVersion: v1

30. kind: Secret

31. metadata:

32.   namespace: lumenvox

33.   name: mongodb-existing-secret

34. type: Opaque

35. data:

36.   mongodb-root-password: EXAMPLE241901SNSJKvzw2

37. ---



Was this article helpful?
Copyright (C) 2001-2024, Ai Software, LLC d/b/a LumenVox