fix: use static grafana password, remove externalsecret dependency
This commit is contained in:
@@ -13,5 +13,5 @@ spec:
|
|||||||
dependsOn:
|
dependsOn:
|
||||||
- name: addon-external-secrets
|
- name: addon-external-secrets
|
||||||
wait: true
|
wait: true
|
||||||
timeout: 10m
|
timeout: 5m
|
||||||
suspend: false
|
suspend: false
|
||||||
|
|||||||
@@ -25,9 +25,8 @@ spec:
|
|||||||
grafana:
|
grafana:
|
||||||
enabled: true
|
enabled: true
|
||||||
admin:
|
admin:
|
||||||
existingSecret: grafana-admin-credentials
|
user: admin
|
||||||
userKey: admin-user
|
password: admin123
|
||||||
passwordKey: admin-password
|
|
||||||
grafana.ini:
|
grafana.ini:
|
||||||
server:
|
server:
|
||||||
root_url: http://observability/grafana/
|
root_url: http://observability/grafana/
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- grafana-admin-externalsecret.yaml
|
# - grafana-admin-externalsecret.yaml # Using static password for stable baseline
|
||||||
# - traefik-tailscale-service.yaml # Deferred - complex dependency on tailscale operator
|
# - traefik-tailscale-service.yaml # Deferred - complex dependency on tailscale operator
|
||||||
# - grafana-ingress.yaml # Deferred - requires tailscale service
|
# - grafana-ingress.yaml # Deferred - requires tailscale service
|
||||||
# - prometheus-ingress.yaml # Deferred - requires tailscale service
|
# - prometheus-ingress.yaml # Deferred - requires tailscale service
|
||||||
|
|||||||
Reference in New Issue
Block a user