mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: sharry external route
This commit is contained in:
@@ -94,34 +94,6 @@ spec:
|
||||
path: /metrics
|
||||
interval: 1m
|
||||
scrapeTimeout: 10s
|
||||
# ingress:
|
||||
# app:
|
||||
# enabled: true
|
||||
# className: external
|
||||
# annotations:
|
||||
# nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||
# add_header Cache-Control "no-store";
|
||||
# add_header Pragma "no-cache";
|
||||
# add_header X-Frame-Options "SAMEORIGIN";
|
||||
# add_header X-XSS-Protection "1; mode=block";
|
||||
# gethomepage.dev/enabled: "true"
|
||||
# gethomepage.dev/group: Infrastructure
|
||||
# gethomepage.dev/name: Authelia9091
|
||||
# gethomepage.dev/icon: authelia.png
|
||||
# gethomepage.dev/pod-selector: >-
|
||||
# app in (
|
||||
# authelia
|
||||
# )
|
||||
# hosts:
|
||||
# - host: &host auth.${SECRET_EXTERNAL_DOMAIN}
|
||||
# paths:
|
||||
# - path: /
|
||||
# service:
|
||||
# identifier: app
|
||||
# port: http
|
||||
# tls:
|
||||
# - hosts:
|
||||
# - *host
|
||||
route:
|
||||
main:
|
||||
hostnames: ["auth.${SECRET_EXTERNAL_DOMAIN}"]
|
||||
|
@@ -56,7 +56,7 @@ spec:
|
||||
app:
|
||||
hostnames: ["{{ .Release.Name }}.${SECRET_EXTERNAL_DOMAIN}"]
|
||||
parentRefs:
|
||||
- name: internal
|
||||
- name: external
|
||||
namespace: network
|
||||
sectionName: https
|
||||
rules:
|
||||
|
Reference in New Issue
Block a user