feat: add HTTPS listeners for auth and grafana
This commit is contained in:
@@ -14,3 +14,25 @@ spec:
|
|||||||
allowedRoutes:
|
allowedRoutes:
|
||||||
namespaces:
|
namespaces:
|
||||||
from: All
|
from: All
|
||||||
|
- name: websecure-auth
|
||||||
|
hostname: auth.solidish.dev
|
||||||
|
port: 8443
|
||||||
|
protocol: HTTPS
|
||||||
|
tls:
|
||||||
|
mode: Terminate
|
||||||
|
certificateRefs:
|
||||||
|
- name: auth-solidish-dev-tls
|
||||||
|
allowedRoutes:
|
||||||
|
namespaces:
|
||||||
|
from: All
|
||||||
|
- name: websecure-grafana
|
||||||
|
hostname: grafana.solidish.dev
|
||||||
|
port: 8443
|
||||||
|
protocol: HTTPS
|
||||||
|
tls:
|
||||||
|
mode: Terminate
|
||||||
|
certificateRefs:
|
||||||
|
- name: grafana-solidish-dev-tls
|
||||||
|
allowedRoutes:
|
||||||
|
namespaces:
|
||||||
|
from: All
|
||||||
|
|||||||
Reference in New Issue
Block a user