31 lines
800 B
YAML
31 lines
800 B
YAML
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
|
|
nginx.ingress.kubernetes.io/auth-url: "https://idp.jamkazam.com/api/authz/auth-request"
|
|
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"
|
|
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
|