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:
- name: lib
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
main:
enabled: false
enabled: true
type: ClusterIP
annotations: {}
labels: {}
ports:
http:
port: 80
ingress:
enabled: false
@ -77,3 +79,13 @@ ingress:
paths:
- path: /
pathType: ImplementationSpecific
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http