add flyimg

This commit is contained in:
Lee
2024-09-22 08:35:43 +01:00
parent 252b08c205
commit 47094b3dca
5 changed files with 42 additions and 16 deletions

View File

@ -1,33 +0,0 @@
kind: Service
apiVersion: v1
metadata:
name: img-proxy-external
namespace: traefik
spec:
type: ExternalName
externalName: 10.0.50.185
ports:
- name: http
port: 8080
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: img-proxy-external-ingress
namespace: traefik
annotations:
kubernetes.io/ingress.class: traefik-external
spec:
entryPoints:
- websecure
routes:
- match: Host(`img.fascinated.cc`)
kind: Rule
middlewares:
- name: default-headers
namespace: traefik
services:
- name: img-proxy-external
port: 8080
tls:
secretName: fascinated-cc