Merge pull request 'fix: two observability bugs from initial deployment' (#3) from klaatu/nixos:fix/observability-bugs into main
Reviewed-on: https://src.thehellings.com/greg/nixos/pulls/3
This commit was merged in pull request #3.
This commit is contained in:
@@ -123,6 +123,7 @@ in
|
|||||||
{
|
{
|
||||||
name = "Prometheus";
|
name = "Prometheus";
|
||||||
type = "prometheus";
|
type = "prometheus";
|
||||||
|
uid = "prometheus";
|
||||||
url = "https://prometheus.shire-zebra.ts.net";
|
url = "https://prometheus.shire-zebra.ts.net";
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
editable = false;
|
editable = false;
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ spec:
|
|||||||
containerPort: 9130
|
containerPort: 9130
|
||||||
env:
|
env:
|
||||||
- name: UP_UNIFI_DEFAULT_URL
|
- name: UP_UNIFI_DEFAULT_URL
|
||||||
value: "https://10.42.1.1:8443"
|
value: "https://10.42.1.1"
|
||||||
- name: UP_UNIFI_DEFAULT_VERIFY_SSL
|
- name: UP_UNIFI_DEFAULT_VERIFY_SSL
|
||||||
value: "false"
|
value: "false"
|
||||||
- name: UP_UNIFI_DEFAULT_USER
|
- name: UP_UNIFI_DEFAULT_USER
|
||||||
|
|||||||
Reference in New Issue
Block a user