init: 폴더구조 설계 및 인프라 설계
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: mnt
|
||||
|
||||
resources:
|
||||
- ../../base/managing
|
||||
- networkpolicy-baseline.yaml
|
||||
- vault
|
||||
- registry
|
||||
- database
|
||||
- auth
|
||||
- keycloak
|
||||
- storage
|
||||
- keycloak-realm
|
||||
|
||||
components:
|
||||
- ../../components/forward-auth
|
||||
Reference in New Issue
Block a user