specify chisel addr
ci / build (push) Waiting to run Details

This commit is contained in:
CJ_Clippy 2024-06-20 17:32:22 -08:00
parent 16a5cebdb5
commit 60f933fd43
3 changed files with 3 additions and 67 deletions

View File

@ -15,9 +15,9 @@ flux-staging:
dev: kind namespaces secrets chisel velero dev: kind namespaces secrets chisel velero
prod: namespaces secrets velero flux-prod prod: namespaces secrets velero chisel flux-prod
staging: namespaces secrets velero flux-staging staging: namespaces secrets velero chisel flux-staging
velero: velero:
./scripts/velero-create.sh ./scripts/velero-create.sh

View File

@ -1,63 +0,0 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: grafana
namespace: futureporn
spec:
interval: 24h
url: https://grafana.github.io/helm-charts
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: grafana
namespace: futureporn
spec:
interval: 30m
chart:
spec:
chart: grafana
version: "8.0.2"
sourceRef:
kind: HelmRepository
name: grafana
namespace: futureporn
interval: 12h
values:
admin:
existingSecret: grafana
dashboardProviders:
dashboardproviders.yaml:
apiVersion: 1
providers:
- name: 'grafana-dashboards-kubernetes'
orgId: 1
folder: 'Kubernetes'
type: file
disableDeletion: true
editable: true
options:
path: /var/lib/grafana/dashboards/grafana-dashboards-kubernetes
dashboards:
grafana-dashboards-kubernetes:
k8s-system-api-server:
url: https://raw.githubusercontent.com/dotdc/grafana-dashboards-kubernetes/master/dashboards/k8s-system-api-server.json
token: ''
k8s-system-coredns:
url: https://raw.githubusercontent.com/dotdc/grafana-dashboards-kubernetes/master/dashboards/k8s-system-coredns.json
token: ''
k8s-views-global:
url: https://raw.githubusercontent.com/dotdc/grafana-dashboards-kubernetes/master/dashboards/k8s-views-global.json
token: ''
k8s-views-namespaces:
url: https://raw.githubusercontent.com/dotdc/grafana-dashboards-kubernetes/master/dashboards/k8s-views-namespaces.json
token: ''
k8s-views-nodes:
url: https://raw.githubusercontent.com/dotdc/grafana-dashboards-kubernetes/master/dashboards/k8s-views-nodes.json
token: ''
k8s-views-pods:
url: https://raw.githubusercontent.com/dotdc/grafana-dashboards-kubernetes/master/dashboards/k8s-views-pods.json
token: ''

View File

@ -10,11 +10,10 @@ metadata:
name: grafana-exit-node name: grafana-exit-node
namespace: futureporn namespace: futureporn
spec: spec:
host: "{{ .Values.chisel.exitNodeIp }}" host: "155.138.254.201"
port: 9090 port: 9090
auth: chisel auth: chisel
--- ---
apiVersion: source.toolkit.fluxcd.io/v1 apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository kind: HelmRepository