* Initial Work of Better Deployment Script * Checks if .secret is Present on Test Setup * Implements Custom Routing per Profile * Rewriting Setup Tools - Adds Postgres and Redis * Rewriting Setup Tools - Adds Frontend * Rewriting Setup Tools - Adds Backend * Rewriting Setup Tools - Adds CertManager * Rewriting Setup Tools - Adds Frontend * Adds Nginx-Ingress and Fixes Staging Environment * Updates CertManager and Nginx-Ingress * Implements New Setup Process Initial Adjustments to CI/CD Adjusts CI/CD test * Adds CI/CD for Prod Environment
10 lines
213 B
YAML
10 lines
213 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
namespace: portfolio
|
|
name: frontend-secret
|
|
type: Opaque
|
|
data:
|
|
frontend_path: $FRONTEND_PATH
|
|
backend_url: $BACKEND_URL
|
|
backend_oauth_url: $BACKEND_OAUTH_URL |