Skip to content

Commit

Permalink
Pushing screnshot and envs files
Browse files Browse the repository at this point in the history
  • Loading branch information
siboscol committed Aug 11, 2024
1 parent a0ba42c commit 76b226a
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 0 deletions.
8 changes: 8 additions & 0 deletions aws-secret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: v1
kind: Secret
metadata:
name: aws-secret
type: Opaque
data:
aws_access_key_id: "ACCESS_KEY_CONVERTED_IN_BASE64"
aws_secret_access_key: "ACCESS_SECRET_CONVERTED_IN_BASE64"
12 changes: 12 additions & 0 deletions env-configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: env-configmap
data:
POSTGRES_USERNAME: "POSTGRES_DB_USERNAME"
POSTGRES_HOST: "POSTGRES_DB_ENDPOINT"
POSTGRES_DB: "postgres"
AWS_BUCKET: "S3_BUCKET_NAME"
AWS_REGION: "us-east-2"
AWS_PROFILE: "default"
URL: "http://localhost:8100"
8 changes: 8 additions & 0 deletions env-secret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: v1
kind: Secret
metadata:
name: env-secret
type: Opaque
stringData:
POSTGRES_PASSWORD: "REPLACE_WITH_YOUR_DB_PASSWORD"
JWT_SECRET: "testing"
Binary file added screenshots/Screenshot_deployed_hpa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Screenshot_deployed_pods.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Screenshot_deployed_pods_logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Screenshot_deployed_services_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Screenshot_deployed_services_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Screenshot_deployments.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Screenshot_exposed_app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Screenshot_services.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes.

0 comments on commit 76b226a

Please sign in to comment.