Skip to content

Instantly share code, notes, and snippets.

@acetousk
Created July 3, 2024 03:44
Show Gist options
  • Save acetousk/ded5e3ed5d7f75ebfe280a44f0ac82a9 to your computer and use it in GitHub Desktop.
Save acetousk/ded5e3ed5d7f75ebfe280a44f0ac82a9 to your computer and use it in GitHub Desktop.
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: kuard
annotations: {}
#cert-manager.io/issuer: "letsencrypt-staging"
spec:
ingressClassName: nginx
tls:
- hosts:
- test3.dmichaeljones.com
secretName: quickstart-example-tls
rules:
- host: test3.dmichaeljones.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: kuard
port:
number: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment