Skip to content

Instantly share code, notes, and snippets.

@nphmuller
Created October 29, 2018 10:33
Show Gist options
  • Save nphmuller/bf5b62826397b3b82a3d80924ce4bdd3 to your computer and use it in GitHub Desktop.
Save nphmuller/bf5b62826397b3b82a3d80924ce4bdd3 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: nginx-external
name: cm-acme-http-solver-lrsn9
spec:
rules:
- host: service.domain.com
http:
paths:
- backend:
serviceName: cm-acme-http-solver-cg89c
servicePort: 8089
path: /.well-known/acme-challenge/xxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment