Skip to content

Commit

Permalink
Fix ingress name
Browse files Browse the repository at this point in the history
Needs to be a valid kubernetes resource name (lower case and only hyphens, no underscores)
  • Loading branch information
J12934 committed Nov 15, 2024
1 parent 3b1a1c3 commit bb51f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/azure/ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Save the following content as `ingress.yaml`
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: MY_EXTERNAL_DOMAIN
name: multi-juicer
annotations:
cert-manager.io/cluster-issuer: letsencrypt
spec:
Expand Down

0 comments on commit bb51f95

Please sign in to comment.