30 lines
1.0 KiB
YAML
30 lines
1.0 KiB
YAML
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"
|
|
policies.forteapps.io/auth-public-paths: "/api,/_next"
|
|
|
|
ingress:
|
|
enabled: false
|
|
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
|