Skip to content

Instantly share code, notes, and snippets.

@3ng1n33r
Created June 9, 2024 16:00
Show Gist options
  • Save 3ng1n33r/876a7b3c9033f6a19f3e2c4f508536f0 to your computer and use it in GitHub Desktop.
Save 3ng1n33r/876a7b3c9033f6a19f3e2c4f508536f0 to your computer and use it in GitHub Desktop.
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: bluegreen-demo
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /$1
spec:
rules:
- host: bluegreen-demo.lvh.me
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: bluegreen-demo-active
port:
name: http
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment