mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
gw
This commit is contained in:
@@ -68,30 +68,31 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
port: *port
|
port: *port
|
||||||
# route:
|
route:
|
||||||
# main:
|
|
||||||
# hostnames: ["sh.${SECRET_EXTERNAL_DOMAIN}"]
|
|
||||||
# parentRefs:
|
|
||||||
# - name: internal
|
|
||||||
# namespace: network
|
|
||||||
# rules:
|
|
||||||
# - backendRefs:
|
|
||||||
# - name: atuin
|
|
||||||
# port: *port
|
|
||||||
ingress:
|
|
||||||
app:
|
app:
|
||||||
enabled: true
|
hostnames: ["sh.${SECRET_EXTERNAL_DOMAIN}"]
|
||||||
className: internal
|
parentRefs:
|
||||||
hosts:
|
- name: internal
|
||||||
- host: &host "sh.${SECRET_EXTERNAL_DOMAIN}"
|
namespace: network
|
||||||
paths:
|
sectionName: https
|
||||||
- path: /
|
rules:
|
||||||
service:
|
- backendRefs:
|
||||||
identifier: app
|
- name: app
|
||||||
port: http
|
port: *port
|
||||||
tls:
|
# ingress:
|
||||||
- hosts:
|
# app:
|
||||||
- *host
|
# enabled: true
|
||||||
|
# className: internal
|
||||||
|
# hosts:
|
||||||
|
# - host: &host "sh.${SECRET_EXTERNAL_DOMAIN}"
|
||||||
|
# paths:
|
||||||
|
# - path: /
|
||||||
|
# service:
|
||||||
|
# identifier: app
|
||||||
|
# port: http
|
||||||
|
# tls:
|
||||||
|
# - hosts:
|
||||||
|
# - *host
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
existingClaim: atuin
|
existingClaim: atuin
|
||||||
|
@@ -20,8 +20,8 @@ endpointRoutes:
|
|||||||
envoy:
|
envoy:
|
||||||
enabled: false
|
enabled: false
|
||||||
gatewayAPI:
|
gatewayAPI:
|
||||||
enabled: true
|
enabled: false
|
||||||
enableAlpn: true
|
enableAlpn: false
|
||||||
xffNumTrustedHops: 1
|
xffNumTrustedHops: 1
|
||||||
hubble:
|
hubble:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
Reference in New Issue
Block a user