Prepare permanent Leantime namespace
This commit is contained in:
parent
a72f775460
commit
0d16bdcb1a
3 changed files with 8 additions and 0 deletions
|
|
@ -20,3 +20,5 @@ spec:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
- namespace: phpmyadmin
|
- namespace: phpmyadmin
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
- namespace: leantime
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
|
|
||||||
4
infrastructure/namespaces/studio-namespaces.yaml
Normal file
4
infrastructure/namespaces/studio-namespaces.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: leantime
|
||||||
|
|
@ -11,6 +11,8 @@ spec:
|
||||||
- fromEndpoints:
|
- fromEndpoints:
|
||||||
- matchLabels:
|
- matchLabels:
|
||||||
k8s:io.kubernetes.pod.namespace: leantime-poc
|
k8s:io.kubernetes.pod.namespace: leantime-poc
|
||||||
|
- matchLabels:
|
||||||
|
k8s:io.kubernetes.pod.namespace: leantime
|
||||||
- matchLabels:
|
- matchLabels:
|
||||||
k8s:io.kubernetes.pod.namespace: phpmyadmin
|
k8s:io.kubernetes.pod.namespace: phpmyadmin
|
||||||
toPorts:
|
toPorts:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue