Commit 9e26111d authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

update chart to reflect oidc config changes, remove persistent volume

parent c2e16b17
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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
+5 −2
Original line number Diff line number Diff line
@@ -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 }}"
@@ -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

rdb/templates/logs_volume.yaml

deleted100644 → 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
+5 −1
Original line number Diff line number Diff line
@@ -5,10 +5,14 @@ image:

podAnnotations: {}

instance: slate


rdb:
  auth:
    enabled: true
    jwksurl: ""
    jwksUrls:
    userFields:
  rabbitMqUser: guest
  rabbitMqUrl: localhost:5672
  rabbitMqPassword: guest