Initial commit
This commit is contained in:
25
manifests/core/core-secrets.yaml
Normal file
25
manifests/core/core-secrets.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: nats-credentials
|
||||
namespace: core
|
||||
labels:
|
||||
app.kubernetes.io/name: nats-credentials
|
||||
app.kubernetes.io/part-of: core
|
||||
type: Opaque
|
||||
stringData:
|
||||
username: admin
|
||||
password: package@321#
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: external-endpoint-secrets
|
||||
namespace: core
|
||||
labels:
|
||||
app.kubernetes.io/name: external-endpoint-secrets
|
||||
app.kubernetes.io/part-of: core
|
||||
type: Opaque
|
||||
stringData:
|
||||
api_key: "" # Add your API key securely
|
||||
Reference in New Issue
Block a user