This commit is contained in:
auricom
2025-07-21 22:25:44 +02:00
parent 2e30c2c58e
commit 4043fa12e9
2 changed files with 26 additions and 25 deletions

View File

@@ -68,30 +68,31 @@ spec:
ports:
http:
port: *port
# route:
# main:
# hostnames: ["sh.${SECRET_EXTERNAL_DOMAIN}"]
# parentRefs:
# - name: internal
# namespace: network
# rules:
# - backendRefs:
# - name: atuin
# port: *port
ingress:
route:
app:
enabled: true
className: internal
hosts:
- host: &host "sh.${SECRET_EXTERNAL_DOMAIN}"
paths:
- path: /
service:
identifier: app
port: http
tls:
- hosts:
- *host
hostnames: ["sh.${SECRET_EXTERNAL_DOMAIN}"]
parentRefs:
- name: internal
namespace: network
sectionName: https
rules:
- backendRefs:
- name: app
port: *port
# ingress:
# app:
# enabled: true
# className: internal
# hosts:
# - host: &host "sh.${SECRET_EXTERNAL_DOMAIN}"
# paths:
# - path: /
# service:
# identifier: app
# port: http
# tls:
# - hosts:
# - *host
persistence:
config:
existingClaim: atuin

View File

@@ -20,8 +20,8 @@ endpointRoutes:
envoy:
enabled: false
gatewayAPI:
enabled: true
enableAlpn: true
enabled: false
enableAlpn: false
xffNumTrustedHops: 1
hubble:
enabled: false