Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optimize to list of installed services in NOTES.txt #299

Closed
Tracked by #126
Zelldon opened this issue Apr 26, 2022 · 0 comments · Fixed by #301
Closed
Tracked by #126

Add optimize to list of installed services in NOTES.txt #299

Zelldon opened this issue Apr 26, 2022 · 0 comments · Fixed by #301
Assignees

Comments

@Zelldon
Copy link
Member

Zelldon commented Apr 26, 2022

Extend the following:

## Installed Services:

- Zeebe:
  - Docker Image used for Zeebe: {{ .Values.zeebe.image.repository }}:{{ .Values.global.image.tag }}
  - Zeebe Cluster Name: {{ tpl .Values.global.zeebeClusterName . | quote }}
  - Prometheus ServiceMonitor Enabled: {{ .Values.prometheusServiceMonitor.enabled }}
- Operate:
  - Enabled: {{ .Values.operate.enabled }}
  {{- if .Values.operate.enabled }}
  - Docker Image used for Operate: {{ .Values.operate.image.repository }}:{{ .Values.global.image.tag }}
  {{- end }}
- Tasklist:
  - Enabled: {{ .Values.tasklist.enabled }}
  {{- if .Values.tasklist.enabled }}
  - Docker Image used for Tasklist: {{ .Values.tasklist.image.repository }}:{{ .Values.global.image.tag }}
  {{- end }}
- Identity:
  - Enabled: {{ .Values.identity.enabled }}
  {{- if .Values.identity.enabled }}
    {{- if .Values.identity.image.tag }}
  - Docker Image used for Identity: {{ .Values.identity.image.repository }}:{{ .Values.identity.image.tag }}
    {{- else }}
  - Docker Image used for Identity: {{ .Values.identity.image.repository }}:{{ .Values.global.image.tag }}
    {{- end }}
  - Keycloak: {{ .Values.identity.keycloak.image.repository }}:{{ .Values.identity.keycloak.image.tag }}
  {{- end }}
- Elasticsearch:
  - Enabled: {{ .Values.elasticsearch.enabled }}
  - ElasticSearch URL: http://{{ .Values.global.elasticsearch.host }}:{{ .Values.global.elasticsearch.port }}

related to #126

@Zelldon Zelldon added the task label Apr 26, 2022
@Zelldon Zelldon self-assigned this Apr 26, 2022
This was referenced Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant