Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Nurlan199206/9efca21d1b2af4e7fb3dd7e71b093bae to your computer and use it in GitHub Desktop.
Save Nurlan199206/9efca21d1b2af4e7fb3dd7e71b093bae to your computer and use it in GitHub Desktop.
ingress.yml
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: website.kz
spec:
backend:
serviceName: nginx
servicePort: 80
rules:
- host: website.kz
http:
paths:
- backend:
serviceName: nginx
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment