Skip to content

Commit

Permalink
[freetakserver] updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rlex committed Jun 21, 2020
1 parent c80088e commit ec4e235
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/freetakserver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: freetakserver
version: 1.0.3
appVersion: 0.8.19.6.1
appVersion: 0.8.19
home: https://github.com/Tapawingo/FreeTakServer
description: FTS is a Python3 implementation of the TAK Server
keywords:
Expand Down
11 changes: 10 additions & 1 deletion charts/freetakserver/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
{{ toYaml .Values.tolerations | indent 8 }}
{{- end }}
initContainers:
- name: create-data-dirs
- name: create-datapackage-dir
image: busybox
command:
- mkdir
Expand All @@ -106,3 +106,12 @@ spec:
volumeMounts:
- name: datadir
mountPath: "/data"
- name: create-log-dir
image: busybox
command:
- mkdir
- "-p"
- "/data/logs"
volumeMounts:
- name: datadir
mountPath: "/data"
2 changes: 1 addition & 1 deletion charts/freetakserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ affinity: {}
securityContext:
# Security context settings
runAsUser: 1000
fsGroup: 2000
fsGroup: 1000
readinessProbe:
tcpSocket:
port: clientport
Expand Down

0 comments on commit ec4e235

Please sign in to comment.