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