2026-02-15 22:18:21 +00:00
|
|
|
replicaCount: 1
|
|
|
|
|
|
|
|
|
|
image:
|
|
|
|
|
repository: nginx
|
|
|
|
|
tag: alpine
|
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
|
|
service:
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 80
|
|
|
|
|
|
|
|
|
|
ingress:
|
|
|
|
|
enabled: true
|
|
|
|
|
className: nginx
|
|
|
|
|
annotations:
|
|
|
|
|
cert-manager.io/cluster-issuer: letsencrypt-nginx-production
|
2026-02-18 14:09:52 +00:00
|
|
|
nginx.ingress.kubernetes.io/auth-url: "http://authelia.authelia.svc.cluster.local:9091/api/authz/ext-authz"
|
2026-02-16 00:28:41 +00:00
|
|
|
nginx.ingress.kubernetes.io/auth-signin: "https://idp.jamkazam.com/?rd=$escaped_request_uri"
|
|
|
|
|
nginx.ingress.kubernetes.io/auth-response-headers: "Remote-User,Remote-Groups,Remote-Name,Remote-Email"
|
2026-02-19 12:54:11 +00:00
|
|
|
nginx.ingress.kubernetes.io/auth-snippet: |
|
|
|
|
|
proxy_set_header X-Forwarded-Method $request_method;
|
|
|
|
|
proxy_set_header X-Forwarded-URI $request_uri;
|
2026-02-15 22:18:21 +00:00
|
|
|
tls:
|
|
|
|
|
- secretName: console-tls
|
|
|
|
|
hosts:
|
|
|
|
|
- console.jamkazam.com
|
|
|
|
|
hosts:
|
|
|
|
|
- console.jamkazam.com
|
|
|
|
|
|
|
|
|
|
links:
|
|
|
|
|
authelia: https://idp.jamkazam.com
|
|
|
|
|
monitoring: https://monitoring.video.jamkazam.com
|
|
|
|
|
argocd: https://cd.video.jamkazam.com
|