Compare commits
	
		
			4 Commits
		
	
	
		
			e4f174cf4c
			...
			b92f43a0a7
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| b92f43a0a7 | |||
| c1f0b74a7d | |||
| 062e0ef36b | |||
| a74f564f02 | 
| @@ -0,0 +1,32 @@ | ||||
| apiVersion: redis.redis.opstreelabs.in/v1beta2 | ||||
| kind: RedisReplication | ||||
| metadata: | ||||
|   name: redis-replication-searxng | ||||
|   namespace: {{ .Release.Namespace }} | ||||
|   labels: | ||||
|     app.kubernetes.io/name: redis-replication-searxng | ||||
|     app.kubernetes.io/instance: {{ .Release.Name }} | ||||
|     app.kubernetes.io/part-of: {{ .Release.Name }} | ||||
| spec: | ||||
|   clusterSize: 3 | ||||
|   podSecurityContext: | ||||
|     runAsUser: 1000 | ||||
|     fsGroup: 1000 | ||||
|   kubernetesConfig: | ||||
|     image: quay.io/opstree/redis:v8.0.3 | ||||
|     imagePullPolicy: IfNotPresent | ||||
|     resources: | ||||
|       requests: | ||||
|         cpu: 50m | ||||
|         memory: 128Mi | ||||
|   storage: | ||||
|     volumeClaimTemplate: | ||||
|       spec: | ||||
|         storageClassName: ceph-block | ||||
|         accessModes: ["ReadWriteOnce"] | ||||
|         resources: | ||||
|           requests: | ||||
|             storage: 1Gi | ||||
|   redisExporter: | ||||
|     enabled: true | ||||
|     image: quay.io/opstree/redis-exporter:v1.48.0 | ||||
| @@ -0,0 +1,19 @@ | ||||
| apiVersion: monitoring.coreos.com/v1 | ||||
| kind: ServiceMonitor | ||||
| metadata: | ||||
|   name: redis-replication-searxng | ||||
|   namespace: {{ .Release.Namespace }} | ||||
|   labels: | ||||
|     app.kubernetes.io/name: redis-replication-searxng | ||||
|     app.kubernetes.io/instance: {{ .Release.Name }} | ||||
|     app.kubernetes.io/part-of: {{ .Release.Name }} | ||||
|     redis-operator: "true" | ||||
|     env: production | ||||
| spec: | ||||
|   selector: | ||||
|     matchLabels: | ||||
|       redis_setup_type: replication | ||||
|   endpoints: | ||||
|     - port: redis-exporter | ||||
|       interval: 30s | ||||
|       scrapeTimeout: 10s | ||||
| @@ -23,7 +23,7 @@ tubearchivist: | ||||
|             - name: ES_DISABLE_VERIFY_SSL | ||||
|               value: true | ||||
|             - name: REDIS_CON | ||||
|               value: redis://tubearchivist-valkey-primary.tubearchivist:6379 | ||||
|               value: redis://redis-replication-tubearchivist.tubearchivist:6379 | ||||
|             - name: TA_HOST | ||||
|               value: https://tubearchivist.alexlebens.net http://tubearchivist.tubearchivist:80/ | ||||
|             - name: TA_PORT | ||||
|   | ||||
| @@ -8,12 +8,10 @@ keywords: | ||||
|   - jellyfin | ||||
| home: https://wiki.alexlebens.dev/s/74f31779-734e-42d0-852e-efd57ebdc797 | ||||
| sources: | ||||
|   - https://github.com/FuzzyGrim/Yamtrack/ | ||||
|   - https://github.com/valkey-io/valkey | ||||
|   - https://github.com/FuzzyGrim/Yamtrack | ||||
|   - https://github.com/cloudnative-pg/cloudnative-pg | ||||
|   - https://github.com/FuzzyGrim/Yamtrack/pkgs/container/yamtrack | ||||
|   - https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template | ||||
|   - https://github.com/bitnami/charts/tree/main/bitnami/valkey | ||||
|   - https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/postgres-cluster | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| @@ -22,9 +20,6 @@ dependencies: | ||||
|     alias: yamtrack | ||||
|     repository: https://bjw-s-labs.github.io/helm-charts/ | ||||
|     version: 4.2.0 | ||||
|   - name: valkey | ||||
|     version: 3.0.22 | ||||
|     repository: oci://harbor.alexlebens.net/proxy-registry-1.docker.io/bitnamicharts | ||||
|   - name: postgres-cluster | ||||
|     alias: postgres-17-cluster | ||||
|     version: 6.4.4 | ||||
|   | ||||
| @@ -69,28 +69,6 @@ yamtrack: | ||||
|           port: 80 | ||||
|           targetPort: 8000 | ||||
|           protocol: HTTP | ||||
| valkey: | ||||
|   architecture: replication | ||||
|   auth: | ||||
|     enabled: false | ||||
|     usePasswordFiles: false | ||||
|   primary: | ||||
|     resources: | ||||
|       requests: | ||||
|         cpu: 100m | ||||
|         memory: 64Mi | ||||
|     persistence: | ||||
|       enabled: true | ||||
|       size: 1Gi | ||||
|   replica: | ||||
|     replicaCount: 1 | ||||
|     resources: | ||||
|       requests: | ||||
|         cpu: 100m | ||||
|         memory: 64Mi | ||||
|     persistence: | ||||
|       enabled: true | ||||
|       size: 1Gi | ||||
| postgres-17-cluster: | ||||
|   mode: standalone | ||||
|   cluster: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user