update security context to allow frontend pod to start
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
r1cebank 2023-04-30 10:14:30 -07:00
parent 1e81af0512
commit 29190213e5
Signed by untrusted user: r1cebank
GPG Key ID: B07E2B84F9D2721B
3 changed files with 7 additions and 5 deletions

View File

@ -10,7 +10,7 @@ description: |-
the high alpine areas of the Andes and a relative of the llama.
annotations:
category: TaskTracker
version: 0.1.3
version: 0.1.4
appVersion: 0.20.4
kubeVersion: ">= 1.19"
dependencies:

View File

@ -61,7 +61,7 @@ api:
config:
database:
# Use PostgreSQL database anyway
type: postgresql
type: postgres
envFrom:
# Bind env variables from the secret
- name: VIKUNJA_DATABASE_USER

View File

@ -39,12 +39,14 @@ frontend:
# fsGroup: 1000
securityContext:
allowPrivilegeEscalation: true
runAsUser: 101 #nginx
capabilities:
drop:
- ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
add:
- NET_BIND_SERVICE
service:
type: ClusterIP