Skip to content

Commit

Permalink
fix: magic dns docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
metacoma committed Dec 16, 2024
1 parent e1f9a4f commit d637e85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions manifests/mdns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ spec:
serviceAccountName: controller
containers:
- name: default-domain
# This is the Go import path for the binary that is containerized
# and substituted here.
image: ko://knative.dev/serving/cmd/default-domain
image: "gcr.io/knative-releases/knative.dev/serving/cmd/default-domain@sha256:649934bce92e4cf734cb39f19305cc46af015e391c9b0f81376d7829df95ca69"
args: ["-magic-dns=nip.io"]
ports:
- name: http
Expand Down

0 comments on commit d637e85

Please sign in to comment.