hostNetwork: true containers: - name: ontime image: getontime/ontime:v{{ ontime_version }} imagePullPolicy: Always # securityContext: # runAsUser: 990 # runAsGroup: 990 volumeMounts: - name: db mountPath: /external/db env: - name: TZ value: "{{ ontime_timezone }}" volumes: - name: db hostPath: type: Directory path: "{{ ontime_basepath }}/db"