auth
This commit is contained in:
@@ -1,20 +1,11 @@
|
||||
podAnnotations:
|
||||
policies.forteapps.io/auth: "true"
|
||||
policies.forteapps.io/auth-type: "oidc"
|
||||
policies.forteapps.io/auth-oidc-authority: "https://id.forteapps.net/realms/forte"
|
||||
policies.forteapps.io/auth-oidc-client-id: "chibisafe"
|
||||
policies.forteapps.io/auth-oidc-callback-path: "https://chibisafe.forteapps.net/auth/callback"
|
||||
policies.forteapps.io/auth-oidc-credentials-secret: "chibisafe-oidc-credentials"
|
||||
|
||||
# Ingress disabled — using IngressRoute to target sidecar port directly
|
||||
ingress:
|
||||
enabled: true
|
||||
className: "traefik"
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
gethomepage.dev/enabled: "true"
|
||||
gethomepage.dev/name: "Chibisafe"
|
||||
gethomepage.dev/description: "File upload & sharing"
|
||||
gethomepage.dev/group: "Storage"
|
||||
gethomepage.dev/icon: "chibisafe"
|
||||
gethomepage.dev/href: "https://chibisafe.forteapps.net"
|
||||
hosts:
|
||||
- host: chibisafe.forteapps.net
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: chibisafe-tls
|
||||
hosts:
|
||||
- chibisafe.forteapps.net
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user