Skip to content

Instantly share code, notes, and snippets.

@JaniKibichi
Created June 30, 2021 09:37
Show Gist options
  • Save JaniKibichi/19a58a654f35eeda11f90bcb8c5e9954 to your computer and use it in GitHub Desktop.
Save JaniKibichi/19a58a654f35eeda11f90bcb8c5e9954 to your computer and use it in GitHub Desktop.
Ingress for ussd
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: ussd-ingress
annotations:
kubernetes.io/ingress.class: nginx
spec:
rules:
- host: "utility.ussd.janikibichi.com"
http:
paths:
- path: "/"
backend:
serviceName: ussd-service
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment