Merge pull request #374 from 3dwardch3ng/misc

refactor redis service to be infrastructure
This commit is contained in:
2024-06-27 08:54:25 +10:00
committed by GitHub
5 changed files with 2 additions and 2 deletions

View File

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

View File

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

View File

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