Added redis

This commit is contained in:
2023-02-24 21:19:40 +01:00
parent d21f2d0b87
commit cd1cd7884c
3 changed files with 67 additions and 1 deletions

View File

@@ -12,3 +12,18 @@ spec:
selector:
app: npm-cache
clusterIP: None
---
apiVersion: v1
kind: Service
metadata:
name: npm-cache-redis
namespace: drone
labels:
app: npm-cache-redis
spec:
ports:
- port: 8080
- port: 6379
selector:
app: npm-cache-redis
clusterIP: None