- redis-ui.git
- k8s
- manifests
- ingress.yaml
This file ( 694B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: p3x-redis-ui-ingress
namespace: p3x-redis-ui
annotations:
kubernetes.io/ingress.class: nginx
# cert-manager support
# cert-manager.io/cluster-issuer: letsencrypt
# oauth2-proxy support
# nginx.ingress.kubernetes.io/auth-url: "https://$host/oauth2/auth"
# nginx.ingress.kubernetes.io/auth-signin: "https://$host/oauth2/start?rd=$escaped_request_uri"
spec:
# tls:
# - hosts: [p3x-redis-ui.example.com]
# secretName: p3x-redis-ui-tls
rules:
- host: p3x-redis-ui.example.com
http:
paths:
- backend:
serviceName: p3x-redis-ui-service
servicePort: 7843