Skip to content

Commit

Permalink
Removes redis; nothing uses it anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Eagerod committed Jun 22, 2024
1 parent f499ba9 commit 19ee011
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 86 deletions.
15 changes: 1 addition & 14 deletions hope.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ resources:
53: "default/pihole-tcp:53"
3306: "default/mysql:3306"
5432: "default/postgres:5432"
6379: "default/redis:6379"
27017: "default/mongodb:27017"
51413: "default/osstransmission:51413"
---
Expand Down Expand Up @@ -375,9 +374,6 @@ resources:
- port: 5432
name: postgres
protocol: TCP
- port: 6379
name: redis
protocol: TCP
- port: 27017
name: mongodb
protocol: TCP
Expand Down Expand Up @@ -557,7 +553,7 @@ resources:
source: busybox:1.35.0
pull: *docker_hub_upstream_pull
tag: registry.internal.aleemhaji.com/busybox:1.35.0
tags: [docker-cache, mysql, redis, pihole]
tags: [docker-cache, mysql, pihole]
- name: mysql-57-image-cache
build:
source: mysql:5.7.43
Expand Down Expand Up @@ -620,12 +616,6 @@ resources:
pull: *docker_hub_upstream_pull
tag: registry.internal.aleemhaji.com/jellyfin:10.9.6
tags: [docker-cache, jellyfin]
- name: redis-image-cache
build:
source: redis:5
pull: *docker_hub_upstream_pull
tag: registry.internal.aleemhaji.com/redis:5
tags: [docker-cache, redis]
- name: guacamole-image-cache
build:
source: guacamole/guacamole:1.5.1
Expand Down Expand Up @@ -787,9 +777,6 @@ resources:
- name: slackbot
file: slackbot/slackbot.yaml
tags: [apps, slackbot, stateless]
- name: redis
file: redis/redis.yaml
tags: [apps, redis, stateless]
- name: dns-update-secrets
inline: |
apiVersion: v1
Expand Down
7 changes: 0 additions & 7 deletions image-monitor/image-monitor-ignore.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,6 @@
"rc\\\\d+\\\\b",
"beta"
],
"redis": [
"\\\\bbullseye",
"\\\\balpine",
"\\\\b-rc\\\\d*$",
"^\\\\d+$",
"^\\\\d+\\\\.\\\\d+$"
],
"syncthing/syncthing": [
"^rc$",
"^pcap$",
Expand Down
65 changes: 0 additions & 65 deletions redis/redis.yaml

This file was deleted.

0 comments on commit 19ee011

Please sign in to comment.