feat: envoy-gateway

This commit is contained in:
auricom
2025-08-19 00:13:40 +02:00
parent 5b82fd7742
commit c0dde8be0a
119 changed files with 998 additions and 1563 deletions

View File

@@ -37,36 +37,18 @@ spec:
controller: *app
ports:
http:
port: 7000
ingress:
port: &port 7000
route:
app:
enabled: true
className: external
annotations:
nginx.ingress.kubernetes.io/auth-method: GET
nginx.ingress.kubernetes.io/auth-url: http://authelia.default.svc.cluster.local.:8888/api/verify
nginx.ingress.kubernetes.io/auth-signin: https://auth.${SECRET_EXTERNAL_DOMAIN}?rm=$request_method
nginx.ingress.kubernetes.io/auth-response-headers: Remote-User,Remote-Name,Remote-Groups,Remote-Email
nginx.ingress.kubernetes.io/auth-snippet: proxy_set_header X-Forwarded-Method $request_method;
gethomepage.dev/enabled: "true"
gethomepage.dev/name: Libmedium
gethomepage.dev/description: Medium.com
gethomepage.dev/group: Alternative Frontends
gethomepage.dev/icon: medium.png
gethomepage.dev/pod-selector: >-
app in (
libmedium
)
hosts:
- host: &host "libmedium.${SECRET_EXTERNAL_DOMAIN}"
paths:
- path: /
service:
identifier: app
port: http
tls:
- hosts:
- *host
hostnames: ["{{ .Release.Name }}.${SECRET_EXTERNAL_DOMAIN}"]
parentRefs:
- name: external
namespace: network
sectionName: https
rules:
- backendRefs:
- name: *app
port: *port
persistence:
config:
enabled: true

View File

@@ -10,6 +10,7 @@ spec:
labels:
app.kubernetes.io/name: *app
components:
- ../../../../components/ext-auth
- ../../../../components/gatus/external
dependsOn:
- name: external-secrets-stores