Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Update cicd #656

Open
wants to merge 49 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
ac8113b
Create config.yml
petercipriano-ms Oct 4, 2023
9141fc9
Update config.yml
petercipriano-ms Oct 4, 2023
31ca2a0
Create ingress.yml
petercipriano-ms Oct 4, 2023
a59a17f
Update values.yaml
petercipriano-ms Oct 4, 2023
9b4c552
Update config.yml
petercipriano-ms Oct 4, 2023
c856dc9
Update config.yml
petercipriano-ms Oct 4, 2023
a60e581
Update config.yml
petercipriano-ms Oct 4, 2023
d2dda9f
Update config.yml
petercipriano-ms Oct 4, 2023
912694e
Update ingress.yml
petercipriano-ms Oct 4, 2023
3857982
Update ingress.yml
petercipriano-ms Oct 4, 2023
df444e5
Update ingress.yml
petercipriano-ms Oct 4, 2023
cb53196
Update values.yaml
petercipriano-ms Oct 4, 2023
7f000e7
Update ingress.yml
petercipriano-ms Oct 4, 2023
a0d79c5
Update values.yaml
petercipriano-ms Oct 4, 2023
9477360
Update ingress.yml
petercipriano-ms Oct 4, 2023
3b20796
Update ingress.yml
petercipriano-ms Oct 4, 2023
ccbf666
Update config.yml
petercipriano-ms Oct 4, 2023
fb80ecc
Update deployment.yaml
petercipriano-ms Oct 4, 2023
e4c7d1c
Update values.yaml
petercipriano-ms Oct 4, 2023
782af51
Update ingress.yml
petercipriano-ms Oct 4, 2023
a96c22c
Update values.yaml
petercipriano-ms Oct 4, 2023
39bdc7d
Update values.yaml
petercipriano-ms Oct 4, 2023
83b59e3
Update config.yml
petercipriano-ms Oct 4, 2023
aee84be
Update config.yml
petercipriano-ms Oct 4, 2023
2fa40f3
Update deployment.yaml
petercipriano-ms Oct 4, 2023
77e6842
Update config.yml
petercipriano-ms Oct 4, 2023
d0a3d9c
Update values.yaml
petercipriano-ms Oct 4, 2023
e1db290
Update values.yaml
petercipriano-ms Oct 5, 2023
6737342
Update deployment.yaml
petercipriano-ms Oct 5, 2023
7c47a09
Update values.yaml
petercipriano-ms Oct 5, 2023
7cd1874
Update deployment.yaml
petercipriano-ms Oct 5, 2023
7b0ca3b
Update deployment.yaml
petercipriano-ms Oct 5, 2023
0e6acfd
Update service.yaml
petercipriano-ms Oct 5, 2023
8a0c2ab
Update values.yaml
petercipriano-ms Oct 5, 2023
99dbf97
Update values.yaml
petercipriano-ms Oct 5, 2023
6377538
Update service.yaml
petercipriano-ms Oct 5, 2023
416953a
Update values.yaml
petercipriano-ms Oct 5, 2023
4702907
Update config.yml
petercipriano-ms Oct 5, 2023
4710d83
Update ingress.yml
petercipriano-ms Oct 9, 2023
a4ea25c
Update ingress.yml
petercipriano-ms Oct 10, 2023
de932c3
Update config.yml
petercipriano-ms Jan 30, 2024
aab5c2a
Update config.yml
petercipriano-ms Jan 30, 2024
c6bc9bc
Update config.yml
petercipriano-ms Jan 30, 2024
36b7947
Rename values.yaml to values-dev.yaml
petercipriano-ms Jan 30, 2024
24b68c9
Create values-prod.yml
petercipriano-ms Jan 30, 2024
e371c28
Update config.yml
petercipriano-ms Jan 30, 2024
02cfc0b
Rename values-prod.yml to values-prod.yaml
petercipriano-ms Jan 30, 2024
7579022
Update ingress.yml
petercipriano-ms Feb 16, 2024
c026b7f
Update values-prod.yaml
petercipriano-ms Feb 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update deployment.yaml
  • Loading branch information
petercipriano-ms authored Oct 5, 2023
commit 6737342a348d8ef34df9e50cf0d9810ef902d50e
5 changes: 5 additions & 0 deletions charts/cp-kafka-rest/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -56,6 +56,8 @@ spec:
- name: jmx-config
mountPath: /etc/jmx-kafka-rest
{{- end }}
- name: jaas-config
mountPath: /etc/kafka/secrets
- name: {{ template "cp-kafka-rest.name" . }}-server
image: "{{ .Values.image }}:{{ .Values.imageTag }}"
imagePullPolicy: "{{ .Values.imagePullPolicy }}"
@@ -102,6 +104,9 @@ spec:
configMap:
name: {{ template "cp-kafka-rest.fullname" . }}-jmx-configmap
{{- end }}
- name: jaas-config
secret:
secretName: my-jaas-config
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}