Loading rdb/Chart.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) version: 0.4.0 version: 0.5.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. appVersion: "0.4.0" appVersion: "0.5.0" rdb/templates/config_fluentd.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ data: @type record_transformer enable_ruby <record> hostname onyx hostname {{ .Values.instance }} service {{ include "rdb.fullname" . }} log_level ${record["level"].downcase} remove_keys level Loading rdb/templates/deployment.yaml +5 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,7 @@ spec: configMap: name: {{ include "rdb.fullname" . }}-fluentd - name: {{ include "rdb.fullname" . }}-logs persistentVolumeClaim: claimName: {{ include "rdb.fullname" . }}-logs emptyDir: {} containers: - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" Loading @@ -44,6 +43,10 @@ spec: value: "{{ .Values.rdb.auth.enabled }}" - name: NDIP_AUTH_USERLIST value: "{{ join "," .Values.rdb.auth.userList }}" - name: NDIP_AUTH_JWKSURLS value: "{{ join "," .Values.rdb.auth.jwksUrls }}" - name: NDIP_AUTH_USERFIELDS value: "{{ join "," .Values.rdb.auth.userFields }}" - name: NDIP_AUTH_JWKSURL value: "{{ .Values.rdb.auth.jwksUrl }}" - name: NDIP_LOGSETTINGS_LEVEL Loading rdb/templates/logs_volume.yamldeleted 100644 → 0 +0 −10 Original line number Diff line number Diff line apiVersion: v1 kind: PersistentVolumeClaim metadata: name: {{ include "rdb.fullname" . }}-logs spec: accessModes: - ReadWriteOnce resources: requests: storage: 20Mi No newline at end of file rdb/values.yaml +5 −1 Original line number Diff line number Diff line Loading @@ -5,10 +5,14 @@ image: podAnnotations: {} instance: slate rdb: auth: enabled: true jwksurl: "" jwksUrls: userFields: rabbitMqUser: guest rabbitMqUrl: localhost:5672 rabbitMqPassword: guest Loading Loading
rdb/Chart.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) version: 0.4.0 version: 0.5.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. appVersion: "0.4.0" appVersion: "0.5.0"
rdb/templates/config_fluentd.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ data: @type record_transformer enable_ruby <record> hostname onyx hostname {{ .Values.instance }} service {{ include "rdb.fullname" . }} log_level ${record["level"].downcase} remove_keys level Loading
rdb/templates/deployment.yaml +5 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,7 @@ spec: configMap: name: {{ include "rdb.fullname" . }}-fluentd - name: {{ include "rdb.fullname" . }}-logs persistentVolumeClaim: claimName: {{ include "rdb.fullname" . }}-logs emptyDir: {} containers: - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" Loading @@ -44,6 +43,10 @@ spec: value: "{{ .Values.rdb.auth.enabled }}" - name: NDIP_AUTH_USERLIST value: "{{ join "," .Values.rdb.auth.userList }}" - name: NDIP_AUTH_JWKSURLS value: "{{ join "," .Values.rdb.auth.jwksUrls }}" - name: NDIP_AUTH_USERFIELDS value: "{{ join "," .Values.rdb.auth.userFields }}" - name: NDIP_AUTH_JWKSURL value: "{{ .Values.rdb.auth.jwksUrl }}" - name: NDIP_LOGSETTINGS_LEVEL Loading
rdb/templates/logs_volume.yamldeleted 100644 → 0 +0 −10 Original line number Diff line number Diff line apiVersion: v1 kind: PersistentVolumeClaim metadata: name: {{ include "rdb.fullname" . }}-logs spec: accessModes: - ReadWriteOnce resources: requests: storage: 20Mi No newline at end of file
rdb/values.yaml +5 −1 Original line number Diff line number Diff line Loading @@ -5,10 +5,14 @@ image: podAnnotations: {} instance: slate rdb: auth: enabled: true jwksurl: "" jwksUrls: userFields: rabbitMqUser: guest rabbitMqUrl: localhost:5672 rabbitMqPassword: guest Loading