2024-09-09 23:02:59 -04:00
|
|
|
apiVersion: networking.k8s.io/v1
|
|
|
|
kind: Ingress
|
|
|
|
metadata:
|
|
|
|
name: techaro-lol
|
|
|
|
annotations:
|
|
|
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
|
|
|
spec:
|
|
|
|
ingressClassName: nginx
|
|
|
|
tls:
|
|
|
|
- hosts:
|
|
|
|
- techaro.lol
|
|
|
|
secretName: techaro-lol-public-tls
|
|
|
|
rules:
|
|
|
|
- host: techaro.lol
|
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- pathType: Prefix
|
|
|
|
path: "/"
|
|
|
|
backend:
|
|
|
|
service:
|
2024-10-02 19:06:27 -04:00
|
|
|
name: keda-add-ons-http-interceptor-proxy
|
2024-09-09 23:02:59 -04:00
|
|
|
port:
|
2024-10-02 19:06:27 -04:00
|
|
|
number: 8080
|