chore: update dir

This commit is contained in:
Ichen Chhoeng 2025-10-28 15:28:24 +07:00
parent f8e9b04f1c
commit c467b94afe
15 changed files with 65 additions and 12 deletions

View File

@ -1,13 +1,13 @@
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
name: kustomize-example name: cnpg-app
spec: spec:
project: default project: default
source: source:
path: examples/helloWorld chart: cloudnative-pg
repoURL: 'https://github.com/kubernetes-sigs/kustomize' repoURL: 'https://cloudnative-pg.github.io/charts'
targetRevision: HEAD targetRevision: 1.27.1
destination: destination:
namespace: default namespace: default
server: 'https://kubernetes.default.svc' server: 'https://kubernetes.default.svc'

13
k8s/base/app-envoy.yml Normal file
View File

@ -0,0 +1,13 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: envoy-app
spec:
project: default
source:
chart: gateway-helm
repoURL: docker.io/envoyproxy
targetRevision: v1.5.4
destination:
namespace: default
server: 'https://kubernetes.default.svc'

12
k8s/base/app-khmereid.yml Normal file
View File

@ -0,0 +1,12 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: khmereid-app
spec:
project: default
source:
repoURL: 'https://gitea.internal.ekycsolutions.com/xadminx/khmereid-backend-temp.git'
targetRevision: main
destination:
namespace: default
server: 'https://kubernetes.default.svc'

15
k8s/base/app-kratos.yml Normal file
View File

@ -0,0 +1,15 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kratos-app
spec:
project: default
source:
chart: kratos
repoURL: 'https://k8s.ory.sh/helm/charts'
targetRevision: v1.3.1
kustomize:
buildOptions: "--load-restrictor LoadRestrictionsNone"
destination:
namespace: default
server: 'https://kubernetes.default.svc'

View File

@ -1,5 +1,16 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: resources:
- app.yml - app-kratos.yml
- app-cnpg.yml
- app-envoy.yml
- envoy.yml
- kratos.yml
- postgres-dotnet.yml
- postgres-kratos.yml
# - app-khmereid.yml
configMapGenerator: configMapGenerator:
- name: kratos-config - name: kratos-config

View File

@ -1,7 +0,0 @@
resources:
- envoy.yml
# - khmer-eid.yml
- kratos.yml
- nginx-temp.yml
# - hanko.yml

View File

@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
- nginx-temp.yml

View File

@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base