Skip to content

Instantly share code, notes, and snippets.

@arush-sal
Created November 8, 2018 13:56
Show Gist options
  • Save arush-sal/8398f8014db00e6be51b6d90f896b0d8 to your computer and use it in GitHub Desktop.
Save arush-sal/8398f8014db00e6be51b6d90f896b0d8 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: test-cert-manager-ingress
namespace: test-cert-manager-namespace
spec:
rules:
- host: ingress.kubernauts.sh
http:
paths:
- backend:
serviceName: frontend
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment