mirror of
https://github.com/clastix/kamaji.git
synced 2026-02-14 10:00:02 +00:00
35 lines
819 B
YAML
35 lines
819 B
YAML
apiVersion: kamaji.clastix.io/v1alpha1
|
|
kind: DataStore
|
|
metadata:
|
|
name: nats-bronze
|
|
spec:
|
|
driver: NATS
|
|
endpoints:
|
|
- bronze-nats.nats-system.svc:4222
|
|
basicAuth:
|
|
username:
|
|
content: YWRtaW4=
|
|
password:
|
|
secretReference:
|
|
name: nats-bronze-config
|
|
namespace: nats-system
|
|
keyPath: password
|
|
tlsConfig:
|
|
certificateAuthority:
|
|
certificate:
|
|
secretReference:
|
|
name: nats-bronze-config
|
|
namespace: nats-system
|
|
keyPath: ca.crt
|
|
clientCertificate:
|
|
certificate:
|
|
secretReference:
|
|
name: nats-bronze-config
|
|
namespace: nats-system
|
|
keyPath: server.crt
|
|
privateKey:
|
|
secretReference:
|
|
name: nats-bronze-config
|
|
namespace: nats-system
|
|
keyPath: server.key
|