Compare commits

...

2 Commits
main ... main

Author SHA1 Message Date
r1cebank a74e546e5d Address comments 2023-05-02 16:14:10 +00:00
r1cebank 29190213e5
update security context to allow frontend pod to start 2023-04-30 10:14:30 -07:00
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: false
runAsUser: 101 # nginx
capabilities:
drop:
- ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
add:
- NET_BIND_SERVICE
service:
type: ClusterIP