.
This commit is contained in:
parent
f8471dcc90
commit
e824518a4a
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user