Skip to content

Commit

Permalink
Update create-aks-cluster.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioassuncao committed Jan 25, 2024
1 parent 3aa93e3 commit ee63c7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/create-aks-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ingress-host
namespace: cartoriosmaranhao-develop
annotations:
spec.ingressClassName: "nginx"
cert-manager.io/cluster-issuer: "letsencrypt"
Expand All @@ -175,7 +174,7 @@ spec:
path: "/"
backend:
service:
name: cartoriosmaranhao-develop # Don't forget to enter the correct service name here
name: your-service-name # Don't forget to enter the correct service name here
port:
number: 80 # Don't forget to enter the port on which your service is available
tls:
Expand Down

0 comments on commit ee63c7d

Please sign in to comment.