-
Notifications
You must be signed in to change notification settings - Fork 34
Update versions, add new dashboards and improve formatting #70
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
Conversation
…HA capability is built into it)
…HA capability is built into it)
helm/artifactory-values.yaml
Outdated
| value: {{ .Values.artifactory.persistence.mountPath }} | ||
| - name: LOKI_URL | ||
| value: http://loki.{{ .Release.Namespace }}:3100 | ||
| value: http://loki.monitoring.svc.cluster.local:3100 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This monitoring seems to be hardcoded here.
People have option to change this:
export OBS_NAMESPACE=monitoring
Can we please take care of this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
helm/xray-values.yaml
Outdated
| value: ../../../..{{ .Values.xray.persistence.mountPath }}/etc/fluentd/fluentd.conf | ||
| - name: LOKI_URL | ||
| value: http://loki.{{ .Release.Namespace }}:3100 | ||
| value: http://loki.monitoring.svc.cluster.local:3100 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here also, monitoring is hardcoded.


Uh oh!
There was an error while loading. Please reload this page.