Skip to content

Commit

Permalink
Edit Deployment Files by Kubernetes v1.16.13 and Fluidcr Registry (#3848
Browse files Browse the repository at this point in the history
)

* Edit the yaml for the k8s deployment

* Edit the deployment file for historian

* update the secrets' name

* Update cobalt-deployment.yaml

* Change to lower case
  • Loading branch information
tianzhu007 authored Oct 9, 2020
1 parent 130c39a commit b7f095b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion server/charts/historian/templates/cobalt-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
- name: data
mountPath: /var/lib/cobalt/
imagePullSecrets:
- name: regsecret
- name: legacyregsecret
volumes:
- name: data
persistentVolumeClaim:
Expand Down
6 changes: 3 additions & 3 deletions server/charts/historian/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ imagePullPolicy: IfNotPresent

historian:
name: historian
image: prague.azurecr.io/historian:4049
image: fluidcr.azurecr.io/build/fluidframework/routerlicious/historian:latest
redis:
url: redis_url
port: 6379
Expand All @@ -16,7 +16,7 @@ historian:

gitrest:
name: gitrest
image: prague.azurecr.io/gitrest:4048
image: fluidcr.azurecr.io/build/fluidframework/routerlicious/gitrest:latest
mode: latest
persistence:
storageClass: managed-premium
Expand All @@ -25,7 +25,7 @@ gitrest:

gitssh:
name: gitssh
image: prague.azurecr.io/gitssh:654
image: fluidcr.azurecr.io/build/fluidframework/routerlicious/gitssh:latest

cobalt:
name: cobalt
Expand Down
5 changes: 4 additions & 1 deletion server/charts/kafka/templates/kafka-stateful-set.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: {{ template "kafka.fullname" . }}
Expand All @@ -11,6 +11,9 @@ metadata:
spec:
serviceName: kafka
replicas: 1
selector:
matchLabels:
app: {{ template "kafka.fullname" . }}
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion server/charts/kafka/templates/zookeeper-stateful-set.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: {{ template "zookeeper.fullname" . }}
Expand All @@ -11,6 +11,9 @@ metadata:
spec:
serviceName: zookeeper
replicas: 1
selector:
matchLabels:
app: {{ template "kafka.fullname" . }}
template:
metadata:
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ spec:
selector:
k8s-app: nginx-ingress-prod-lb
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-ingress-prod-controller
spec:
replicas: 2
revisionHistoryLimit: 2
selector:
matchLabels:
k8s-app: nginx-ingress-prod-lb
template:
metadata:
labels:
Expand Down

0 comments on commit b7f095b

Please sign in to comment.