Skip to content
Snippets Groups Projects
Verified Commit 96909461 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

feat: update powerdns chart

parent b7b8339d
No related branches found
No related tags found
No related merge requests found
Pipeline #2950 passed
......@@ -2,5 +2,5 @@ apiVersion: v2
name: powerdns
description: Helm Chart for powerdns-Core
type: application
version: 1.0.0
version: 1.0.1
appVersion: "4.7.3"
......@@ -6,14 +6,14 @@ metadata:
labels:
{{- include "powerdns-helm.labels" . | nindent 4 }}
annotations:
kubernetes.io/ingress.class: nginx
{{- .Values.ingress.annotations | toYaml | nindent 4 }}
nginx.ingress.kubernetes.io/rewrite-target: /$1
spec:
rules:
- host: "{{ .Values.ingress.host }}"
http:
paths:
- path: "/api($|/.*)"
- path: "{{ .Values.ingress.path }}($|/.*)"
backend:
service:
name: {{ include "powerdns-helm.fullname" . }}
......
......@@ -23,6 +23,8 @@ default:
ingress:
host: "dns.example.tld"
path: "/api"
annotations: { }
volumes:
data: |-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment