Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 430 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 430 Bytes

op-infra

OctopOS Prime Infrastructure

Development Environment

Kubernetes

Namespace

kubectl create namespace octopos-prime

Secrets

kubectl create secret generic postgres-secret --from-literal=password=<your-password>
kubectl create secret generic pgadmin-secret --from-literal=password=<your-password>
kubectl create secret generic redis-secret --from-literal=password=<your-password>