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 targetRevision: main
destination: destination:
name: niggl name: niggl
namespace: drone namespace: woodpecker
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true

View File

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

View File

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

View File

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