deployment: create namespace
This commit is contained in:
parent
b6879da90e
commit
6e543d36e4
@ -3,6 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
- deployments.yaml
|
- deployments.yaml
|
||||||
- services.yaml
|
- services.yaml
|
||||||
- configmap.yaml
|
- configmap.yaml
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: robocar
|
@ -3,6 +3,7 @@ apiVersion: v1
|
|||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: mqtt-credentials
|
name: mqtt-credentials
|
||||||
|
namespace: robocar
|
||||||
stringData:
|
stringData:
|
||||||
MQTT_USERNAME: satanas
|
MQTT_USERNAME: satanas
|
||||||
MQTT_PASSWORD: satanas
|
MQTT_PASSWORD: satanas
|
||||||
|
@ -3,6 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
- https://github.com/stakater/Reloader/deployments/kubernetes
|
- https://github.com/stakater/Reloader/deployments/kubernetes
|
||||||
|
|
||||||
namespace: reloader
|
namespace: reloader
|
@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: reloader
|
Loading…
Reference in New Issue
Block a user