Skip to content

Instantly share code, notes, and snippets.

@rdpetrusek
Last active November 27, 2022 13:42
Show Gist options
  • Select an option

  • Save rdpetrusek/194ffd2dbbbb678e8e3c5e86b147c2c2 to your computer and use it in GitHub Desktop.

Select an option

Save rdpetrusek/194ffd2dbbbb678e8e3c5e86b147c2c2 to your computer and use it in GitHub Desktop.
Kubernetes, Istio, Cert Manager, and Let's Encrypt - Virtual Services
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: certtest-virtual-service
namespace: default
spec:
hosts:
- "certstaging.deanpetrusek.cloud"
gateways:
- istio-system/gateway-staging
http:
- match:
- uri:
exact: /
route:
- destination:
host: testpage
port:
number: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment