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
|
path: /metrics
|
||||||
interval: 1m
|
interval: 1m
|
||||||
scrapeTimeout: 10s
|
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:
|
route:
|
||||||
main:
|
main:
|
||||||
hostnames: ["auth.${SECRET_EXTERNAL_DOMAIN}"]
|
hostnames: ["auth.${SECRET_EXTERNAL_DOMAIN}"]
|
||||||
|
@@ -56,7 +56,7 @@ spec:
|
|||||||
app:
|
app:
|
||||||
hostnames: ["{{ .Release.Name }}.${SECRET_EXTERNAL_DOMAIN}"]
|
hostnames: ["{{ .Release.Name }}.${SECRET_EXTERNAL_DOMAIN}"]
|
||||||
parentRefs:
|
parentRefs:
|
||||||
- name: internal
|
- name: external
|
||||||
namespace: network
|
namespace: network
|
||||||
sectionName: https
|
sectionName: https
|
||||||
rules:
|
rules:
|
||||||
|
Reference in New Issue
Block a user