Fix Homepage config and allowed hosts
This commit is contained in:
@@ -13,16 +13,6 @@ data:
|
|||||||
title: Jay's Homelab
|
title: Jay's Homelab
|
||||||
theme: dark
|
theme: dark
|
||||||
color: slate
|
color: slate
|
||||||
layout:
|
|
||||||
Infrastructure:
|
|
||||||
style: row
|
|
||||||
columns: 4
|
|
||||||
Applications:
|
|
||||||
style: row
|
|
||||||
columns: 4
|
|
||||||
Monitoring:
|
|
||||||
style: row
|
|
||||||
columns: 4
|
|
||||||
|
|
||||||
services.yaml: |
|
services.yaml: |
|
||||||
- Infrastructure:
|
- Infrastructure:
|
||||||
@@ -80,11 +70,6 @@ data:
|
|||||||
href: https://longhorn.io/docs/
|
href: https://longhorn.io/docs/
|
||||||
|
|
||||||
widgets.yaml: |
|
widgets.yaml: |
|
||||||
- resources:
|
|
||||||
cpu: true
|
|
||||||
memory: true
|
|
||||||
disk: /
|
|
||||||
|
|
||||||
- search:
|
- search:
|
||||||
provider: duckduckgo
|
provider: duckduckgo
|
||||||
target: _blank
|
target: _blank
|
||||||
@@ -115,13 +100,20 @@ spec:
|
|||||||
image: ghcr.io/gethomepage/homepage:latest
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
|
env:
|
||||||
|
- name: HOMEPAGE_ALLOWED_HOSTS
|
||||||
|
value: "home.phillips-home.net,homepage.homepage.svc.cluster.local,localhost,127.0.0.1"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: homepage-config
|
- name: homepage-config
|
||||||
mountPath: /app/config
|
mountPath: /app/config
|
||||||
|
- name: homepage-logs
|
||||||
|
mountPath: /app/config/logs
|
||||||
volumes:
|
volumes:
|
||||||
- name: homepage-config
|
- name: homepage-config
|
||||||
configMap:
|
configMap:
|
||||||
name: homepage-config
|
name: homepage-config
|
||||||
|
- name: homepage-logs
|
||||||
|
emptyDir: {}
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
|||||||
Reference in New Issue
Block a user