Skip to content

Commit

Permalink
Fixed ingress values of self-enrollment-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvaann committed Dec 30, 2024
1 parent d73690e commit 8547974
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions charts/radar-self-enrolment-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,24 @@ secret:
hashSumEnabled: true

ingress:
# -- Enable ingress controller resource
enabled: true
className: "nginx"
# -- Annotations that define default ingress class, certificate issuer
# @default -- check values.yaml
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
# -- Path within the url structure
path: /kratos-ui
# -- Ingress Path type
pathType: ImplementationSpecific
# -- IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+)
ingressClassName: nginx
# -- Hosts to accept requests from
hosts:
- host: localhost
paths:
- path: "/kratos-ui/?(.*)"
pathType: ImplementationSpecific
- localhost
tls:
- secretName: radar-base-tls
hosts:
- localhost
# -- TLS Secret Name
secretName: radar-base-tls

## -- Container level security context
securityContext:
Expand Down

0 comments on commit 8547974

Please sign in to comment.