refactor redis service to be infrastructure

This commit is contained in:
2024-06-27 08:53:53 +10:00
parent 0a97af35a0
commit 703933a222
5 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ resources:
- ./nexus/nexus.yaml
- ./podinfo/podinfo.yaml
- ./qbittorrent/qbittorrent.yaml
- ./redis/redis.yaml
- ./snippet-box/snippet-box.yaml
- ./sonarqube/sonarqube.yaml
- ./uptime-kuma/uptime-kuma.yaml

View File

@@ -14,4 +14,5 @@ resources:
- ./prometheus/prometheus.yaml
- ./prometheus-alertmanager/prometheus-alertmanager.yaml
- ./prometheus-exporters/prometheus-exporters.yaml
- ./redis/redis.yaml
- ./repositories/repositories.yaml

View File

@@ -31,7 +31,7 @@ spec:
interval: 10m
timeout: 1m30s
retryInterval: 30s
path: ./kubernetes/apps/redis/app
path: ./kubernetes/infrastructure/redis/app
prune: true
sourceRef:
kind: GitRepository