Skip to content

Instantly share code, notes, and snippets.

@nphmuller
Created October 29, 2018 10:31
Show Gist options
  • Save nphmuller/c62e1bd9700c706c8571d821a481ef57 to your computer and use it in GitHub Desktop.
Save nphmuller/c62e1bd9700c706c8571d821a481ef57 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: nginx-internal
name: service
spec:
rules:
- host: service.domain.com
http:
paths:
- backend:
serviceName: service
servicePort: http
path: /
tls:
- secretName: service-tls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment