feat: add more
All checks were successful
lint-test-docker / lint-docker-compose (pull_request) Successful in 1m10s
lint-test-helm / lint-helm (pull_request) Successful in 8m57s
lint-test-helm / validate-kubeconform (pull_request) Successful in 10m14s

This commit is contained in:
2026-04-22 19:38:17 -05:00
parent 134ce4ae01
commit 5cf0638c16
20 changed files with 117 additions and 84 deletions

View File

@@ -19,12 +19,12 @@ rybbit:
- name: CLICKHOUSE_USER
valueFrom:
secretKeyRef:
name: rybbit-config-secret
name: rybbit-clickhouse-config
key: clickhouse-user
- name: CLICKHOUSE_PASSWORD
valueFrom:
secretKeyRef:
name: rybbit-config-secret
name: rybbit-clickhouse-config
key: clickhouse-password
- name: POSTGRES_HOST
valueFrom:
@@ -54,7 +54,7 @@ rybbit:
- name: BETTER_AUTH_SECRET
valueFrom:
secretKeyRef:
name: rybbit-config-secret
name: rybbit-config
key: better-auth-secret
- name: BASE_URL
value: https://rybbit.alexlebens.dev
@@ -65,7 +65,7 @@ rybbit:
- name: MAPBOX_TOKEN
valueFrom:
secretKeyRef:
name: rybbit-config-secret
name: rybbit-config
key: mapbox-token
probes:
liveness:
@@ -119,12 +119,12 @@ rybbit:
- name: CLICKHOUSE_USER
valueFrom:
secretKeyRef:
name: rybbit-config-secret
name: rybbit-clickhouse-config
key: clickhouse-user
- name: CLICKHOUSE_PASSWORD
valueFrom:
secretKeyRef:
name: rybbit-config-secret
name: rybbit-clickhouse-config
key: clickhouse-password
probes:
liveness: