chore: update dir
This commit is contained in:
parent
f8e9b04f1c
commit
c467b94afe
@ -1,13 +1,13 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: kustomize-example
|
||||
name: cnpg-app
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
path: examples/helloWorld
|
||||
repoURL: 'https://github.com/kubernetes-sigs/kustomize'
|
||||
targetRevision: HEAD
|
||||
chart: cloudnative-pg
|
||||
repoURL: 'https://cloudnative-pg.github.io/charts'
|
||||
targetRevision: 1.27.1
|
||||
destination:
|
||||
namespace: default
|
||||
server: 'https://kubernetes.default.svc'
|
||||
13
k8s/base/app-envoy.yml
Normal file
13
k8s/base/app-envoy.yml
Normal 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
12
k8s/base/app-khmereid.yml
Normal 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
15
k8s/base/app-kratos.yml
Normal 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'
|
||||
@ -1,5 +1,16 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
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:
|
||||
- name: kratos-config
|
||||
|
||||
@ -1,7 +0,0 @@
|
||||
resources:
|
||||
- envoy.yml
|
||||
# - khmer-eid.yml
|
||||
- kratos.yml
|
||||
- nginx-temp.yml
|
||||
# - hanko.yml
|
||||
|
||||
5
k8s/local/kustomization.yml
Normal file
5
k8s/local/kustomization.yml
Normal file
@ -0,0 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../base
|
||||
- nginx-temp.yml
|
||||
4
k8s/uat/kustomization.yml
Normal file
4
k8s/uat/kustomization.yml
Normal file
@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../base
|
||||
Loading…
x
Reference in New Issue
Block a user