Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
UPI05 committed Aug 16, 2024
1 parent 0f4000a commit c05c367
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions k8s_config/.argocd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
piVersion: argoproj.io/v1alpha1
kind: Application
spec:
source:
path: .
ignore:
- redis-deployment.yaml
- secrets.yaml
8 changes: 8 additions & 0 deletions k8s_config/redis-deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: v1
kind: Deployment
metadata:
name: redis-deployment
namespace: d1l1th1um
spec:
replicas: 2
template:
10 changes: 10 additions & 0 deletions k8s_config/secrets.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: v1
kind: Secret
metadata:
name: d1l1th1um-apiserver-env-secret
namespace: d1l1th1um
type: Opaque
data:
MONGODB_USER: base64_encoded
MONGODB_PASSWD: base64_encoded
JWT_SECRET: base64_encoded

0 comments on commit c05c367

Please sign in to comment.