Update Kubernetes manifest to refer to "collab" instead of "zed"
This commit is contained in:
parent
ab8204368c
commit
3b852ee2bd
1 changed files with 6 additions and 6 deletions
|
@ -8,14 +8,14 @@ kind: Service
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
namespace: ${ZED_KUBE_NAMESPACE}
|
namespace: ${ZED_KUBE_NAMESPACE}
|
||||||
name: zed
|
name: collab
|
||||||
annotations:
|
annotations:
|
||||||
service.beta.kubernetes.io/do-loadbalancer-tls-ports: "443"
|
service.beta.kubernetes.io/do-loadbalancer-tls-ports: "443"
|
||||||
service.beta.kubernetes.io/do-loadbalancer-certificate-id: "2634d353-1ab4-437f-add2-4ffd8f315233"
|
service.beta.kubernetes.io/do-loadbalancer-certificate-id: "2634d353-1ab4-437f-add2-4ffd8f315233"
|
||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
selector:
|
selector:
|
||||||
app: zed
|
app: collab
|
||||||
ports:
|
ports:
|
||||||
- name: web
|
- name: web
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
@ -26,19 +26,19 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
namespace: ${ZED_KUBE_NAMESPACE}
|
namespace: ${ZED_KUBE_NAMESPACE}
|
||||||
name: zed
|
name: collab
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: zed
|
app: collab
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: zed
|
app: collab
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: zed
|
- name: collab
|
||||||
image: "${ZED_IMAGE_ID}"
|
image: "${ZED_IMAGE_ID}"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue