Guest User

Untitled

a guest
Aug 29th, 2020
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. ```
  2. $ kubectl describe ingress oauth2-proxy-example
  3. Name: oauth2-proxy-example
  4. Namespace: default
  5. Address: localhost
  6. Default backend: default-http-backend:80 (<none>)
  7. TLS:
  8. keycloak-tls terminates keycloak.localtest.com
  9. Rules:
  10. Host Path Backends
  11. ---- ---- --------
  12. oauth2-proxy-example.keycloak.example.com
  13. / oauth2-proxy-example-http:http ()
  14. Annotations:
  15. kubernetes.io/ingress.class: nginx
  16. meta.helm.sh/release-name: oauth2-proxy-example
  17. meta.helm.sh/release-namespace: default
  18. nginx.ingress.kubernetes.io/use-regex: true
  19. Events:
  20. Type Reason Age From Message
  21. ---- ------ ---- ---- -------
  22. Normal CREATE 23s nginx-ingress-controller Ingress default/oauth2-proxy-example
  23. Normal UPDATE 4s nginx-ingress-controller Ingress default/oauth2-proxy-example
  24. ```
Add Comment
Please, Sign In to add comment