init: web portal
Some checks failed
Build and Push Images / build-backend (push) Has been cancelled

This commit is contained in:
qorgh529
2026-04-06 21:16:17 +09:00
commit 5e7e245858
21 changed files with 1717 additions and 0 deletions

20
k8s/06-argocd-app.yaml Executable file
View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: web-portal
namespace: argocd
spec:
project: default
source:
repoURL: http://192.168.x.x:3000/username/k8s-portal.git
targetRevision: main
path: k8s
destination:
server: https://kubernetes.default.svc
namespace: web-portal
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true