Skip to content

Commit

Permalink
Merge branch 'main' into add-healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
doxthree committed Apr 21, 2022
2 parents b487475 + 238fbc0 commit 3ef05a6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion charts/gdscan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: gdscan
description: Deploys a G DATA scanserver and client
type: application
version: 0.1.3
version: 0.1.4
appVersion: "1.0.2"
6 changes: 0 additions & 6 deletions charts/gdscan/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,11 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
containers:
- name: {{ .Values.server.name }}
env:
- name: date
value: "{{ now | unixEpoch }}"
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.server.image.repository }}:{{ .Values.server.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.server.image.pullPolicy }}
volumeMounts:
Expand All @@ -49,8 +45,6 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
- name: {{ .Values.client.name }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.client.image.repository }}:{{ .Values.client.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.client.image.pullPolicy }}
volumeMounts:
Expand Down
13 changes: 0 additions & 13 deletions charts/gdscan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,6 @@ fullnameOverride: ""

podAnnotations: {}

podSecurityContext:
{}
# fsGroup: 2000

securityContext:
{}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000

secret:
dockerconfigjson: ""

Expand Down

0 comments on commit 3ef05a6

Please sign in to comment.