change service

This commit is contained in:
2024-05-29 17:11:33 -05:00
parent ad2bc6b68b
commit a7d26276b4
2 changed files with 3 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ spec:
priority: 10 priority: 10
services: services:
- kind: Service - kind: Service
name: home-assistant-main name: home-assistant
port: 8123 port: 8123
- kind: Rule - kind: Rule
match: Host(`homeassistant.alexlebens.net`) && PathPrefix(`/outpost.goauthentik.io/`) match: Host(`homeassistant.alexlebens.net`) && PathPrefix(`/outpost.goauthentik.io/`)
@@ -56,7 +56,7 @@ spec:
priority: 10 priority: 10
services: services:
- kind: Service - kind: Service
name: home-assistant-codeserver name: home-assistant
port: 8443 port: 8443
- kind: Rule - kind: Rule
match: Host(`homeassistant-codeserver.alexlebens.net`) && PathPrefix(`/outpost.goauthentik.io/`)" match: Host(`homeassistant-codeserver.alexlebens.net`) && PathPrefix(`/outpost.goauthentik.io/`)"

View File

@@ -50,9 +50,6 @@ home-assistant:
targetPort: 8123 targetPort: 8123
protocol: HTTP protocol: HTTP
codeserver: codeserver:
controller: main
ports:
http:
port: 8443 port: 8443
targetPort: 8443 targetPort: 8443
protocol: HTTP protocol: HTTP