Skip to content

Instantly share code, notes, and snippets.

@HammoTime
Created July 18, 2020 08:47
Show Gist options
  • Save HammoTime/593c933a994228ad5dd7c5729b8cc07a to your computer and use it in GitHub Desktop.
Save HammoTime/593c933a994228ad5dd7c5729b8cc07a to your computer and use it in GitHub Desktop.
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: echo-ingress
namespace: echo
annotations:
kubernetes.io/ingress.class: nginx
spec:
rules:
- host: <YOUR_DOMAIN_NAME>
http:
paths:
- backend:
serviceName: echo
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment