Skip to content

Commit

Permalink
chore: removed acme-cluster-issuer and haproxy-ingress (#1571)
Browse files Browse the repository at this point in the history
Signed-off-by: instamenta <[email protected]>
  • Loading branch information
instamenta authored Dec 19, 2024
1 parent 3af61f4 commit 1936790
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 95 deletions.
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:
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

0 comments on commit 1936790

Please sign in to comment.