mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Rm all namespace mentions
This commit is contained in:
@@ -50,7 +50,6 @@ apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: owntracks-mqtt-credentials
|
||||
namespace: owntracks
|
||||
spec:
|
||||
refreshInterval: "15m"
|
||||
secretStoreRef:
|
||||
@@ -71,7 +70,6 @@ apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: otrecorder
|
||||
namespace: owntracks
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
@@ -125,7 +123,6 @@ apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: mqtt-password-file
|
||||
namespace: mqtt
|
||||
spec:
|
||||
refreshInterval: "15m"
|
||||
secretStoreRef:
|
||||
@@ -146,7 +143,6 @@ apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: mqtt-config
|
||||
namespace: mqtt
|
||||
data:
|
||||
mosquitto.conf: |
|
||||
listener 1883
|
||||
@@ -160,7 +156,6 @@ apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: mqtt
|
||||
namespace: mqtt
|
||||
labels:
|
||||
app: mqtt
|
||||
spec:
|
||||
@@ -202,7 +197,6 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: mqtt
|
||||
namespace: mqtt
|
||||
spec:
|
||||
selector:
|
||||
app: mqtt
|
||||
|
||||
Reference in New Issue
Block a user