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

Remove support for IngressRoute and Routes #123

Merged
merged 11 commits into from
Nov 26, 2024
6 changes: 3 additions & 3 deletions charts/zabbix/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2 # Don't change this
name: zabbix
version: 6.0.0 # helm chart version
version: 6.0.1 # helm chart version
fibbs marked this conversation as resolved.
Show resolved Hide resolved
# LTS Zabbix version by default due to stability. See: https://www.zabbix.com/life_cycle_and_release_policy
appVersion: 7.0.5 # zabbix version
description: Zabbix is a mature and effortless enterprise-class open source monitoring solution for network monitoring and application monitoring of millions of metrics.
Expand All @@ -20,5 +20,5 @@ maintainers:
email: [email protected]
url: https://github.com/aeciopires
- name: Christian Anton
email: christian.anton@secadm.de
url: https://secadm.de
email: christian.anton@inqbeo.de
url: https://inqbeo.de
32 changes: 0 additions & 32 deletions charts/zabbix/templates/ingressroute.yml

This file was deleted.

32 changes: 0 additions & 32 deletions charts/zabbix/templates/route.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions charts/zabbix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -900,35 +900,6 @@ ingress:
# -- pathType is only for k8s >= 1.1=
pathType: Prefix

# Ingress CRD object for the Traefik Ingresscontroller
ingressRoute:
# -- Enables Traefik IngressRoute
enabled: false
# -- IngressRoute annotations
annotations: {}
# -- Ingressroute entrypoints
entryPoints:
- websecure
# -- Ingressroute host name
hostName: chart-example.local
# -- IngressRoute TLS configuration
#tls:
# certResolver: myresolver

route:
# -- Enables Route object for Openshift
enabled: false
# -- Host Name for the route. Can be left empty
hostName: chart-example.local
# -- Openshift Route wildcardPolicy
#wildcardPolicy:
# -- Openshift Route TLS settings
tls:
termination: edge
#insecureEdgeTerminationPolicy: Redirect
# -- Openshift Route extra annotations
annotations: {}

# -- nodeSelector configurations. Reference: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
nodeSelector: {}

Expand Down