mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-28 02:18:24 +00:00
Merge branch 'main' of github.com:JJGadgets/Biohazard
This commit is contained in:
@@ -51,6 +51,10 @@ spec:
|
||||
ingress:
|
||||
- hostname: "cftest.${DNS_SHORT}"
|
||||
service: hello_world
|
||||
- hostname: "social.jjgadgets.tech"
|
||||
service: https://ingress-nginx-controller.ingress.svc.cluster.local:443
|
||||
originRequest:
|
||||
originServerName: "social.jjgadgets.tech"
|
||||
- hostname: "*.${DNS_SHORT}"
|
||||
service: https://ingress-nginx-controller.ingress.svc.cluster.local:443
|
||||
originRequest:
|
||||
|
||||
@@ -23,7 +23,8 @@ spec:
|
||||
service:
|
||||
enabled: true
|
||||
type: LoadBalancer
|
||||
externalTrafficPolicy: Local
|
||||
# eTP can be Cluster (for HA & failover) instead of Local since Cilium is configured in DSR mode, so proper source IP will still work
|
||||
externalTrafficPolicy: Cluster
|
||||
annotations:
|
||||
"io.cilium/lb-ipam-ips": "${APP_IP_NGINX}"
|
||||
externalIPs:
|
||||
|
||||
@@ -30,6 +30,9 @@ spec:
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/target: "${DNS_MAIN_CF}"
|
||||
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
|
||||
# WebSockets (used for frontend to backend connection)
|
||||
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
|
||||
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
|
||||
hosts:
|
||||
- host: &host "${APP_DNS_AUTH}"
|
||||
paths:
|
||||
@@ -55,6 +58,7 @@ spec:
|
||||
enabled: false
|
||||
send_pii: false
|
||||
postgresql:
|
||||
enabled: false
|
||||
host: 'pg-authentik-rw'
|
||||
port: 5432
|
||||
name: ""
|
||||
|
||||
@@ -31,9 +31,6 @@ spec:
|
||||
protocol: TCP
|
||||
- port: "9300"
|
||||
protocol: TCP
|
||||
rules:
|
||||
http:
|
||||
- {}
|
||||
egress:
|
||||
# same namespace
|
||||
- toEndpoints:
|
||||
|
||||
@@ -8,6 +8,8 @@ type: Opaque
|
||||
stringData:
|
||||
GTS_OIDC_ENABLED: "true"
|
||||
GTS_OIDC_IDP_NAME: "JJGadgets Auth"
|
||||
# migration from <0.7.0
|
||||
GTS_OIDC_LINK_EXISTING: "true"
|
||||
GTS_OIDC_ISSUER: "${SECRET_GTS_OIDC_ISSUER}"
|
||||
GTS_OIDC_CLIENT_ID: "${SECRET_GTS_OIDC_CLIENT_ID}"
|
||||
GTS_OIDC_CLIENT_SECRET: "${SECRET_GTS_OIDC_CLIENT_SECRET}"
|
||||
|
||||
@@ -21,9 +21,6 @@ spec:
|
||||
- ports:
|
||||
- port: "8080"
|
||||
protocol: TCP
|
||||
rules:
|
||||
http:
|
||||
- {}
|
||||
# allow SMTP to Ntfy notification
|
||||
- fromEndpoints:
|
||||
- matchLabels:
|
||||
|
||||
Reference in New Issue
Block a user