This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
homelab/kubernetes/apps/production/flyimg/ingress.yaml

24 lines
521 B
YAML
Raw Normal View History

2024-09-21 23:55:02 +01:00
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
2024-09-23 22:05:44 +01:00
name: capacitor-ingress
2024-09-22 08:35:43 +01:00
namespace: public-services
2024-09-21 23:55:02 +01:00
annotations:
kubernetes.io/ingress.class: traefik-external
spec:
entryPoints:
- websecure
routes:
- match: Host(`img.fascinated.cc`)
kind: Rule
2024-09-22 03:11:11 +01:00
middlewares:
- name: default-headers
namespace: traefik
2024-09-28 08:28:31 +01:00
- name: compress
namespace: traefik
2024-09-21 23:55:02 +01:00
services:
2024-09-22 08:51:36 +01:00
- name: flyimg-service
2024-09-22 08:35:43 +01:00
port: 80
2024-09-21 23:55:02 +01:00
tls:
secretName: fascinated-cc