25 lines
520 B
YAML
25 lines
520 B
YAML
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
|
kind: Kustomization
|
||
|
|
|
||
|
|
namespace: ory
|
||
|
|
|
||
|
|
resources:
|
||
|
|
- namespace.yaml
|
||
|
|
- login-ui-deployment.yaml
|
||
|
|
|
||
|
|
helmCharts:
|
||
|
|
# helm repo add ory https://k8s.ory.sh/helm/charts
|
||
|
|
- name: kratos
|
||
|
|
repo: https://k8s.ory.sh/helm/charts
|
||
|
|
version: "0.60.1"
|
||
|
|
releaseName: kratos
|
||
|
|
namespace: ory
|
||
|
|
valuesFile: kratos-values.yaml
|
||
|
|
|
||
|
|
- name: hydra
|
||
|
|
repo: https://k8s.ory.sh/helm/charts
|
||
|
|
version: "0.60.1"
|
||
|
|
releaseName: hydra
|
||
|
|
namespace: ory
|
||
|
|
valuesFile: hydra-values.yaml
|