This commit is contained in:
Jonas Forsberg 2024-10-27 10:58:44 +01:00
parent f8471dcc90
commit e824518a4a
2 changed files with 17 additions and 5 deletions

View File

@ -15,4 +15,4 @@ maintainers:
dependencies: dependencies:
- name: lib - name: lib
repository: "oci://repo.rre.nu/helm" repository: "oci://repo.rre.nu/helm"
version: 1.0.0 version: 1.0.2

View File

@ -56,11 +56,13 @@ gotify:
service: # services that should be created service: # services that should be created
main: main:
enabled: false enabled: true
type: ClusterIP type: ClusterIP
annotations: {} annotations: {}
labels: {} labels: {}
ports: ports:
http:
port: 80
ingress: ingress:
enabled: false enabled: false
@ -77,3 +79,13 @@ ingress:
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http