mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fixup! gw
This commit is contained in:
@@ -68,31 +68,31 @@ spec:
|
||||
ports:
|
||||
http:
|
||||
port: *port
|
||||
route:
|
||||
app:
|
||||
hostnames: ["sh.${SECRET_EXTERNAL_DOMAIN}"]
|
||||
parentRefs:
|
||||
- name: internal
|
||||
namespace: network
|
||||
sectionName: https
|
||||
rules:
|
||||
- backendRefs:
|
||||
- name: app
|
||||
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
|
||||
|
Reference in New Issue
Block a user