Skip to content

Instantly share code, notes, and snippets.

View caodangtinh's full-sized avatar
👨‍💻
Make the world better!

cao dang tinh caodangtinh

👨‍💻
Make the world better!
View GitHub Profile
@caodangtinh
caodangtinh / nginx ingress
Last active December 19, 2021 19:30
Nginx ingress controller definition
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: my-ingress
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
ingressClassName: nginx
rules:
- host: aws-lb-dns-name