Untitled
unknown
plain_text
3 years ago
1.3 kB
9
Indexable
---
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
# to avoid conflicts with the ingress generated by the helm chart, appending -main to the name here.
name: keycloak-test
namespace: keycloak-testing
annotations:
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/proxy-buffer-size: "8k"
spec:
rules:
- host: iamtest.donedeal.dev
http:
paths:
- backend:
serviceName: keycloak-http
servicePort: http
---
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
# to avoid conflicts with the ingress generated by the helm chart, appending -main to the name here.
name: keycloak-test-console
namespace: keycloak-testing
annotations:
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/proxy-buffer-size: "8k"
nginx.ingress.kubernetes.io/whitelist-source-range: 34.249.0.147,89.101.24.105,159.253.224.202,87.198.161.74,144.2.243.28,93.107.237.94,149.11.36.238,108.128.123.64,52.208.126.13,82.195.137.243/28,18.200.147.148/32
spec:
rules:
- host: iamtest.donedeal.dev
http:
paths:
- backend:
serviceName: keycloak-http
servicePort: http
path: /auth/admin
Editor is loading...