Skip to content

Instantly share code, notes, and snippets.

@joejulian
Created March 19, 2020 16:58
Show Gist options
  • Save joejulian/ebba694a625333dc989a288a221c04cd to your computer and use it in GitHub Desktop.
Save joejulian/ebba694a625333dc989a288a221c04cd to your computer and use it in GitHub Desktop.
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: test-ingress
annotations:
traefik.ingress.kubernetes.io/rewrite-target: /
ingress.kubernetes.io/protocol: https
spec:
rules:
- http:
paths:
- path: /testpath
backend:
serviceName: kubernetes
servicePort: 443
---
service:
nodePorts:
http: "32001"
https: "32002"
serviceType: NodePort
rbac:
enabled: true
dashboard:
enabled: true
debug:
enabled: true
ssl:
enabled: true
insecureSkipVerify: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment