Skip to content

Commit

Permalink
argo-cd: setting ory/hydra
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor111@gmail.com>
  • Loading branch information
batazor committed Jan 4, 2023
1 parent 96abebb commit 6a9a48a
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions ops/Helm/addons/auth/hydra.values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Common default values for ory/hydra.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

hydra:
enabled: true

fullnameOverride: hydra

ingress:
admin:
enabled: false
className: nginx
public:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: cert-manager-production
nginx.ingress.kubernetes.io/enable-modsecurity: "false"
nginx.ingress.kubernetes.io/enable-owasp-core-rules: "false"
nginx.ingress.kubernetes.io/enable-opentracing: "false"
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/rewrite-target: /$1
nginx.ingress.kubernetes.io/use-regex: "true"
hosts:
- host: shortlink.best
paths:
- path: /api/idp\/(.*)
pathType: Prefix
tls:
- secretName: shortlink-ingress-tls
hosts:
- shortlink.best

image:
tag: latest-sqlite

hydra:
config:
dsn: memory

0 comments on commit 6a9a48a

Please sign in to comment.