add namespace to huly
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: account
|
app: account
|
||||||
name: account
|
name: account
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: account
|
app: account
|
||||||
name: account
|
name: account
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: collaborator
|
app: collaborator
|
||||||
name: collaborator
|
name: collaborator
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: collaborator
|
app: collaborator
|
||||||
name: collaborator
|
name: collaborator
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
name: huly-config
|
name: huly-config
|
||||||
data:
|
data:
|
||||||
ACCOUNTS_URL: 'http://account.huly.panic.haus/'
|
ACCOUNTS_URL: 'http://account.huly.panic.haus/'
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
name: huly-secret
|
name: huly-secret
|
||||||
type: Opaque
|
type: Opaque
|
||||||
stringData:
|
stringData:
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: elastic
|
app: elastic
|
||||||
name: elastic
|
name: elastic
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: elastic
|
app: elastic
|
||||||
name: elastic
|
name: elastic
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
annotations:
|
annotations:
|
||||||
labels:
|
labels:
|
||||||
app: elastic
|
app: elastic
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: front
|
app: front
|
||||||
name: front
|
name: front
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: front
|
app: front
|
||||||
name: front
|
name: front
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: fulltext
|
app: fulltext
|
||||||
name: fulltext
|
name: fulltext
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: fulltext
|
app: fulltext
|
||||||
name: fulltext
|
name: fulltext
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: files
|
app: files
|
||||||
name: files
|
name: files
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: minio
|
app: minio
|
||||||
name: minio
|
name: minio
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: minio
|
app: minio
|
||||||
name: minio
|
name: minio
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: mongodb
|
app: mongodb
|
||||||
name: mongodb
|
name: mongodb
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
name: db
|
name: db
|
||||||
spec:
|
spec:
|
||||||
storageClassName: longhorn
|
storageClassName: longhorn
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: mongodb
|
app: mongodb
|
||||||
name: mongodb
|
name: mongodb
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: rekoni
|
app: rekoni
|
||||||
name: rekoni
|
name: rekoni
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: rekoni
|
app: rekoni
|
||||||
name: rekoni
|
name: rekoni
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: stats
|
app: stats
|
||||||
name: stats
|
name: stats
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: stats
|
app: stats
|
||||||
name: stats
|
name: stats
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: transactor
|
app: transactor
|
||||||
name: transactor
|
name: transactor
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: transactor
|
app: transactor
|
||||||
name: transactor
|
name: transactor
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: huly
|
||||||
labels:
|
labels:
|
||||||
app: workspace
|
app: workspace
|
||||||
name: workspace
|
name: workspace
|
||||||
|
Reference in New Issue
Block a user