42 lines
1003 B
YAML
42 lines
1003 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: kratos-app
|
|
namespace: argocd
|
|
spec:
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
enabled: true
|
|
project: default
|
|
source:
|
|
chart: kratos
|
|
repoURL: 'https://k8s.ory.sh/helm/charts'
|
|
targetRevision: 0.58.0
|
|
# helm:
|
|
# valuesObject:
|
|
# deployment:
|
|
# extraEnv:
|
|
# - name: DSN
|
|
# valueFrom:
|
|
# secretKeyRef:
|
|
# name: postgres-kratos-app
|
|
# key: uri
|
|
# kratos:
|
|
# # config db
|
|
# automization:
|
|
# enabled: true
|
|
# config:
|
|
# self-services:
|
|
# flow:
|
|
# registration:
|
|
# enabled: true
|
|
# verification:
|
|
# enabled: true
|
|
# image:
|
|
# repository: shadowlegend/ory-kratos
|
|
# tag: lastest
|
|
|
|
destination:
|
|
namespace: default
|
|
server: 'https://kubernetes.default.svc' |