feat: Gitea Actions + k8s manifests + ArgoCD for k3s deploy
Build & Push Docker Image / build (push) Failing after 42s
Build & Push Docker Image / build (push) Failing after 42s
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: app-config
|
||||
namespace: toolrate
|
||||
data:
|
||||
PORT: "8080"
|
||||
NODE_ENV: production
|
||||
LOCAL_ADMIN_USERNAME: admin
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: app-secrets
|
||||
namespace: toolrate
|
||||
type: Opaque
|
||||
stringData:
|
||||
POSTGRES_PASSWORD: changeme
|
||||
SESSION_SECRET: change-this-to-a-random-64-char-string
|
||||
LOCAL_ADMIN_PASSWORD: pssw0rd
|
||||
DATABASE_URL: postgres://toolrate:changeme@postgres:5432/toolrate
|
||||
Reference in New Issue
Block a user