use public DNS on uptime kuma

This commit is contained in:
Morten Olsen
2026-01-03 23:06:29 +01:00
parent 9ee9abeadf
commit c7824eb179
2 changed files with 31 additions and 4 deletions

View File

@@ -15,7 +15,6 @@ spec:
labels:
app: "{{ .Release.Name }}"
spec:
hostNetwork: true
containers:
- name: "{{ .Release.Name }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"