add mdns to homeassistant and turn off mimir
Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
01b536e3ee
commit
ad69264b7b
3 changed files with 298 additions and 293 deletions
|
|
@ -37,7 +37,7 @@ spec:
|
|||
- office.sunnypup.io
|
||||
- echo.sunnypup.io
|
||||
- hephaestus.sunnypup.io
|
||||
- mimir.sunnypup.io
|
||||
# - mimir.sunnypup.io
|
||||
- annwn.sunnypup.io
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
|
|
@ -75,29 +75,29 @@ spec:
|
|||
action:
|
||||
pass: wordpress
|
||||
---
|
||||
apiVersion: k8s.nginx.org/v1
|
||||
kind: VirtualServer
|
||||
metadata:
|
||||
name: observability
|
||||
labels:
|
||||
acme.cert-manager.io/http01-solver: "true"
|
||||
spec:
|
||||
host: mimir.sunnypup.io
|
||||
tls:
|
||||
cert-manager:
|
||||
cluster-issuer: letsencrypt
|
||||
secret: sunnypup-certs
|
||||
redirect:
|
||||
enable: true
|
||||
upstreams:
|
||||
- name: observability
|
||||
service: observability
|
||||
port: 3000
|
||||
routes:
|
||||
- path: /
|
||||
action:
|
||||
pass: observability
|
||||
---
|
||||
#apiVersion: k8s.nginx.org/v1
|
||||
#kind: VirtualServer
|
||||
#metadata:
|
||||
# name: observability
|
||||
# labels:
|
||||
# acme.cert-manager.io/http01-solver: "true"
|
||||
#spec:
|
||||
# host: mimir.sunnypup.io
|
||||
# tls:
|
||||
# cert-manager:
|
||||
# cluster-issuer: letsencrypt
|
||||
# secret: sunnypup-certs
|
||||
# redirect:
|
||||
# enable: true
|
||||
# upstreams:
|
||||
# - name: observability
|
||||
# service: observability
|
||||
# port: 3000
|
||||
# routes:
|
||||
# - path: /
|
||||
# action:
|
||||
# pass: observability
|
||||
#---
|
||||
apiVersion: k8s.nginx.org/v1
|
||||
kind: VirtualServer
|
||||
metadata:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue