Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Jul 11, 2024
1 parent 151dac7 commit 2875c87
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: "default-error-page-${DNS_SHORT//./-}"
name: "default-error-page-short"
namespace: default
annotations:
external-dns.alpha.kubernetes.io/target: "${DNS_SHORT_CF}"
Expand All @@ -64,7 +64,7 @@ spec:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: "default-error-page-${DNS_MAIN//./-}"
name: "default-error-page-long"
namespace: default
annotations:
external-dns.alpha.kubernetes.io/target: "${DNS_MAIN_CF}"
Expand Down

0 comments on commit 2875c87

Please sign in to comment.