Skip to content

Commit

Permalink
Helatchecks are not working
Browse files Browse the repository at this point in the history
  • Loading branch information
ieugen committed Nov 26, 2021
1 parent 694eed7 commit 91f51ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions charts/ofbiz/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ For more information see https://kubernetes.io/docs/tasks/configure-pod-containe
* [x] Initial chart with embedded Derby
* [x] Expose service via ingress
* [x] Support persistence volume claim for runtime
* [ ] Provide ofbiz initialization - via init container
* [ ] Figure out how to pass configuration - OFBIz has lots of configuration files spread out in all places
* [ ] Implement external database (PostgreSQL) support
* [ ] Implement external persistent volume claim
Expand Down
9 changes: 4 additions & 5 deletions charts/ofbiz/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,18 @@ spec:
- name: https
containerPort: 8443
protocol: TCP
# TODO: probes fail with 404 - need a status / up url
# livenessProbe:
# httpGet:
# path: /
# path: accounting/control/login
# port: http
# initialDelaySeconds: 35
# periodSeconds: 5
# periodSeconds: 15
# readinessProbe:
# httpGet:
# path: /
# path: accounting/control/login
# port: http
# initialDelaySeconds: 35
# periodSeconds: 5
# periodSeconds: 15
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit 91f51ff

Please sign in to comment.