Switched target namespace
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Nicolai Ort 2023-11-07 19:17:30 +01:00
parent 83f4d1043e
commit 291d165068
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
4 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,7 @@ spec:
targetRevision: main
destination:
name: niggl
namespace: drone
namespace: woodpecker
syncPolicy:
automated:
prune: true

View File

@ -3,7 +3,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: npm-cache
namespace: drone
namespace: woodpecker
labels:
app: npm-cache
spec:
@ -25,7 +25,7 @@ spec:
name: web
env:
- name: REDIS_ADDRESS
value: "npm-cache-redis.drone.svc.cluster.local:6379"
value: "npm-cache-redis.woodpecker.svc.cluster.local:6379"
- name: CACHE_TTL
value: "43200"
- name: LISTEN_ADDRESS
@ -39,7 +39,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: npm-cache-redis
namespace: drone
namespace: woodpecker
labels:
app: npm-cache-redis
spec:

View File

@ -3,7 +3,7 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: npm-cache-redis
namespace: drone
namespace: woodpecker
labels:
app: npm-cache-redis
spec:

View File

@ -3,7 +3,7 @@ apiVersion: v1
kind: Service
metadata:
name: npm-cache
namespace: drone
namespace: woodpecker
labels:
app: npm-cache
spec:
@ -19,7 +19,7 @@ apiVersion: v1
kind: Service
metadata:
name: npm-cache-redis
namespace: drone
namespace: woodpecker
labels:
app: npm-cache-redis
spec: