Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: removed acme-cluster-issuer and haproxy-ingress #1571

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,3 @@ name: hiero-explorer
sources:
- https://github.com/hashgraph/hedera-mirror-node-explorer
version: 0.2.1
dependencies:
- name: acme-cluster-issuer
version: 0.3.1
repository: https://swirldslabs.github.io/swirldslabs-helm-charts
condition: acmeClusterIssuer.enabled
- name: haproxy-ingress
version: 0.14.5
repository: https://haproxy-ingress.github.io/charts
condition: haproxyIngressController.enabled
26 changes: 0 additions & 26 deletions chart/templates/cert-manager/certificate-requests.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions chart/templates/cert-manager/cluster-issuer.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions chart/templates/ingress/ingress-class.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,3 @@
selfSignedCertClusterIssuer: '{{ .Values.global.namespaceOverride | default .Release.Namespace | printf "%s-self-signed-cluster-issuer" }}'
certClusterIssuerType: "self-signed" # "acme-staging", "acme-prod", or "self-signed"
ingressClassName: "" # if set, takes precedence over the .Values.ingress.className
acmeClusterIssuer:
enabled: false
haproxyIngressController:
enabled: false
selfSignedClusterIssuer:
enabled: false

# lets encrypt acme cluster issuer configuration
acme-cluster-issuer:
issuers:
staging:
email: ""
name: '{{ .Values.global.namespaceOverride | default .Release.Namespace | printf "%s-letsencrypt-staging" }}'
production:
email: ""
name: '{{ .Values.global.namespaceOverride | default .Release.Namespace | printf "%s-letsencrypt-prod" }}'
solvers: # TODO change in: https://github.com/hashgraph/full-stack-testing/issues/631
http01:
solverType: "ingress"
haproxy-ingress:
controller:
service:
loadBalancerIP: "" # the external IP address of the hedera mirror node explorer
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
Expand Down Expand Up @@ -75,20 +49,6 @@ image:
repository: hedera-registry/hedera-mirror-node-explorer
tag: "" # Defaults to the chart's app version

ingress:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not have been removed. Please reinstate as it is required.

annotations: {}
className: ""
enabled: false
hosts:
- host: chart-example.local
paths:
- path: /
pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local

labels: {}

livenessProbe:
Expand Down