Skip to content

Commit

Permalink
Small typo and improvement on the k8s guide
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Nov 15, 2022
1 parent a4a9c39 commit bca34af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/main/asciidoc/deploying-to-kubernetes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ This would generate the following entry in the `container` section:
[source, yaml]
----
containers:
resources:
- resources:
limits:
cpu: 1000m
memory: 512Mi
Expand Down Expand Up @@ -667,7 +667,7 @@ After deploying these resources to Kubernetes, the Ingress resource will allow u

To customize the default `host` and `path` properties of the generated Ingress resources, you need to apply the following configuration:

[source]
[source, properties]
----
quarkus.kubernetes.ingress.expose=true
# To change the Ingress host. By default, it's empty.
Expand Down Expand Up @@ -703,7 +703,7 @@ spec:

Additionally, you can also add new Ingress rules by adding the following configuration:

[source]
[source, properties]
----
# Example to add a new rule
quarkus.kubernetes.ingress.rules.1.host=dev.svc.url
Expand Down

0 comments on commit bca34af

Please sign in to comment.