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