more cleanup

This commit is contained in:
Florian Herrengt 2023-12-01 17:41:51 +00:00
parent 3c666238ca
commit c4685837d6
7 changed files with 3 additions and 30 deletions

BIN
.DS_Store vendored

Binary file not shown.

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
**/*.env **/*.env
kustomization/bases/charts kustomization/bases/charts
*.tar.gz *.tar.gz
.DS_Store

View File

@ -63,10 +63,6 @@ spec:
tcpSocket: tcpSocket:
port: 3000 port: 3000
timeoutSeconds: 1 timeoutSeconds: 1
resources:
requests:
cpu: 250m
memory: 750Mi
volumeMounts: volumeMounts:
- mountPath: /var/lib/grafana - mountPath: /var/lib/grafana
name: grafana-pv name: grafana-pv
@ -124,7 +120,7 @@ metadata:
namespace: sysadmin namespace: sysadmin
name: grafana-nginx-ingress name: grafana-nginx-ingress
annotations: annotations:
traefik.ingress.kubernetes.io/router.middlewares: default-https-redirect@kubernetescrd,default-http-auth@kubernetescrd traefik.ingress.kubernetes.io/router.middlewares: default-https-redirect@kubernetescrd
spec: spec:
rules: rules:
- host: grafana.nocodelytics.com - host: grafana.nocodelytics.com

View File

@ -1,16 +0,0 @@
<clickhouse>
<users>
<nocodelytics>
<password_sha256_hex>dc8b8e8e3d8d0c40062ef51ef2d468176c7dd00dc515d05d85018837265587ff</password_sha256_hex>
<networks>
<ip>::/0</ip>
</networks>
<profile>nocodelytics</profile>
<default_database>nocodelytics</default_database>
</nocodelytics>
</users>
</clickhouse>

View File

@ -1,2 +0,0 @@
# kubectl create secret docker-registry --dry-run=client regcred --docker-server=... --docker-username=... --docker-password=... -o yaml
.dockerconfigjson=${DOCKERCONFIG_JSON}

View File

@ -1,3 +0,0 @@
#!/bin/sh
cat ./dockerconfigjson.txt | envsubst > ./.dockerconfigjson.env
cat ./secrets.txt | envsubst > ./.secrets.env

View File

@ -1,3 +0,0 @@
ENCRYPTION_KEY=$ENCRYPTION_KEY
NATS_STAGING_PASSWORD=$NATS_STAGING_PASSWORD
NATS_PRODUCTION_PASSWORD=$NATS_PRODUCTION_PASSWORD