Skip to content

Instantly share code, notes, and snippets.

@JaniKibichi
Created June 29, 2021 15:53
Show Gist options
  • Save JaniKibichi/178b7d1c7dbf08b0faca0b7a10a9f7f3 to your computer and use it in GitHub Desktop.
Save JaniKibichi/178b7d1c7dbf08b0faca0b7a10a9f7f3 to your computer and use it in GitHub Desktop.
Initial Ingress
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: bboxx-ingress
annotations:
kubernetes.io/ingress.class: nginx
spec:
rules:
- host: "payments.bboxx.clients.decoded.africa"
http:
paths:
- path: "/"
backend:
serviceName: bboxx-service
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment