Implements OAuth2 and Github Actions
* [v0.0.2] Adds Google and Github OAuth2 Authentication Adds to the API the feature of OAuth2 Authentication via two providers: Google and Github, and implements better handling of secrets * Create deploy.yml * Update deploy.yml * Update deploy.yml * Update deploy.yml * Fixes k3s * Update deploy.yml * Update deploy.yml Update deploy.yml update deploy.yml * Reemplements Frontend and Backend Connection * Final Configurations
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
namespace: portfolio
|
||||
namespace: portfolio
|
||||
name: frontend-config
|
||||
data:
|
||||
frontend-url: frontend-service
|
||||
frontend-type: unsecure
|
||||
frontend_url: frontend-service
|
||||
8
frontend/frontend-secret.template.yaml
Normal file
8
frontend/frontend-secret.template.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
namespace: portfolio
|
||||
name: frontend-secret
|
||||
type: Opaque
|
||||
data:
|
||||
frontend_path: $FRONTEND_PATH
|
||||
@@ -19,7 +19,6 @@ spec:
|
||||
- name: frontend
|
||||
image: yoshiunfriendly/frontend-hideyoshi.com:latest
|
||||
imagePullPolicy: "Always"
|
||||
limits:
|
||||
ports:
|
||||
- containerPort: 5000
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user