Skip to content

fix tls issue on ingress chart#2

Merged
thenav56 merged 1 commit intodevelopfrom
fix/ingress-tls
Feb 26, 2026
Merged

fix tls issue on ingress chart#2
thenav56 merged 1 commit intodevelopfrom
fix/ingress-tls

Conversation

@susilnem
Copy link
Member

@susilnem susilnem commented Feb 26, 2026

changes

  • Fix ingress tls issue.

Output

Helm template

---
# Source: cacheppuccino-helm/templates/ingress.yaml
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  name: ifrcgo-cacheppuccino
  labels:
    helm.sh/chart: cacheppuccino-helm-0.1.0
    app.kubernetes.io/name: cacheppuccino-helm
    app.kubernetes.io/instance: release-name
    app.kubernetes.io/version: "0.1.0"
    app.kubernetes.io/managed-by: Helm
spec:
  ingressClassName: nginx
  rules:
    - host: "cacheppuccino.ifrc.org"
      http:
        paths:
          - path: /
            pathType: Prefix
            backend:
              service:
                name: ifrcgo-cacheppuccino
                port:
                  number: 8080
  tls:
    - secretName: secret-cert
      hosts:
        - "cacheppuccino.ifrc.org"

@susilnem susilnem requested a review from thenav56 February 26, 2026 06:20
@thenav56 thenav56 merged commit b413077 into develop Feb 26, 2026
3 checks passed
@thenav56 thenav56 deleted the fix/ingress-tls branch February 26, 2026 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants