Skip to content
Snippets Groups Projects

Resolve "xta-test-server helm-chart mit Deployment und Keystore-Secrets/Certificate-Resources"

Merged Jan Zickermann requested to merge 2-OZG-7121-KOP-2850-Dev-Deployment into main
Compare and Show latest version
7 files
+ 82
55
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -61,7 +61,10 @@ spec:
- env:
- name: spring_profiles_active
value: {{ include "app.envSpringProfiles" . }}
- name: server_ssl_key-store
value: /store/keystore.jks
- name: server_ssl_trust-store
value: /store/truststore.jks
{{- with include "app.getCustomList" . }}
{{ . | indent 10 }}
{{- end }}
@@ -119,25 +122,16 @@ spec:
volumeMounts:
- name: temp-dir
mountPath: "/tmp"
- name: bindings
mountPath: "/bindings/ca-certificates/type"
subPath: type
readOnly: true
- name: mongodb-root-ca
mountPath: "/bindings/ca-certificates/mongodb-root-ca.pem"
subPath: ca.crt
- name: xta-test-server-tls-store
mountPath: "/store/"
readOnly: true
volumes:
- name: temp-dir
emptyDir: {}
- name: bindings
configMap:
name: xta-test-server-bindings-type
- name: mongodb-root-ca
- name: xta-test-server-tls-store
secret:
secretName: {{ ((.Values.database).tls).secretName | default "ozg-mongodb-tls-cert" }}
optional: true
secretName: {{ .Release.Name }}-tls-secret
dnsConfig: {}
dnsPolicy: ClusterFirst
{{- with .Values.hostAliases }}
Loading