Skip to content

Commit

Permalink
test renaming wildcard ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
robj committed Oct 20, 2023
1 parent 1ca4439 commit 87e4c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cicd/manifests/ingress-wildcard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
namespace: {{.Values.namespace}}
name: wildcard-{{.Values.appName}}-{{.Values.envName}}-ingress
name: wild-{{.Values.appName}}-{{.Values.envName}}-ingress
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
spec:
tls:
- hosts:
- "*.{{.Values.ingressDomainName}}"
secretName: wildcard-{{.Values.appName}}-{{.Values.envName}}-tls
secretName: wild-{{.Values.appName}}-{{.Values.envName}}-tls
rules:
- host: "*.{{.Values.ingressDomainName}}"
http:
Expand Down

0 comments on commit 87e4c65

Please sign in to comment.